diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-20 14:10:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-20 14:10:18 +0800 |
commit | e925d5ebd8d4caa56ba401266d18099ff58672ff (patch) | |
tree | 33083d741d818e871bd86158cbe166a57253f0a1 | |
parent | 532e29de045bdeb575b0e89445969b8e56236c32 (diff) | |
download | marcuscom-ports-e925d5ebd8d4caa56ba401266d18099ff58672ff.tar marcuscom-ports-e925d5ebd8d4caa56ba401266d18099ff58672ff.tar.gz marcuscom-ports-e925d5ebd8d4caa56ba401266d18099ff58672ff.tar.bz2 marcuscom-ports-e925d5ebd8d4caa56ba401266d18099ff58672ff.tar.lz marcuscom-ports-e925d5ebd8d4caa56ba401266d18099ff58672ff.tar.xz marcuscom-ports-e925d5ebd8d4caa56ba401266d18099ff58672ff.tar.zst marcuscom-ports-e925d5ebd8d4caa56ba401266d18099ff58672ff.zip |
Add intlhack.
Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2127 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/gtranslator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile index 422c3a2ef..e40a9ad0e 100644 --- a/devel/gtranslator/Makefile +++ b/devel/gtranslator/Makefile @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME application for creating GNU gettext translation files USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix gnometarget gnomevfs2 libgnomeui +USE_GNOME= gnomehack intlhack gnomeprefix gnometarget gnomevfs2 libgnomeui USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |