diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-19 13:36:58 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-19 13:36:58 +0800 |
commit | 21fec06874384464c73afe668f93ec5204ddb81e (patch) | |
tree | 30216abd512fc0f414fe2d51dd903e557b310383 /devel/gconf2/Makefile | |
parent | 81e20cbaf5a0b1e7c1a393c64b514cb0e3250b99 (diff) | |
download | marcuscom-ports-21fec06874384464c73afe668f93ec5204ddb81e.tar marcuscom-ports-21fec06874384464c73afe668f93ec5204ddb81e.tar.gz marcuscom-ports-21fec06874384464c73afe668f93ec5204ddb81e.tar.bz2 marcuscom-ports-21fec06874384464c73afe668f93ec5204ddb81e.tar.lz marcuscom-ports-21fec06874384464c73afe668f93ec5204ddb81e.tar.xz marcuscom-ports-21fec06874384464c73afe668f93ec5204ddb81e.tar.zst marcuscom-ports-21fec06874384464c73afe668f93ec5204ddb81e.zip |
Add a dependency on intlhack to fix the build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10153 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2/Makefile')
-rw-r--r-- | devel/gconf2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index dd28cb2b1..7f16f24fb 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.89 2008/01/09 23:33:12 marcus Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.90 2008/01/10 07:26:49 marcus Exp $ # PORTNAME= gconf2 @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes USE_GNOME= gnomehier gnomehack orbit2 glib20 libxml2 linc ltverhack \ - referencehack + referencehack intlhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ |