aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-07-28 14:50:38 +0800
committermarcus <marcus@FreeBSD.org>2006-07-28 14:50:38 +0800
commit519e883eb5c0544a8628c2296656a026c21a5988 (patch)
tree0a3afa7f375df6a6aa411858c84905d7cc17d9e3
parentc9370a207e836df7133cc94a81c6270bc6efd926 (diff)
downloadfreebsd-ports-gnome-519e883eb5c0544a8628c2296656a026c21a5988.tar.gz
freebsd-ports-gnome-519e883eb5c0544a8628c2296656a026c21a5988.tar.zst
freebsd-ports-gnome-519e883eb5c0544a8628c2296656a026c21a5988.zip
Add a missing dependency on intlhack.
-rw-r--r--devel/libgtop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index d868f419c7b6..9f572b959580 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -23,7 +23,7 @@ USE_PERL5_BUILD=yes
USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack glib20 ltverhack
+USE_GNOME= gnomehack glib20 ltverhack intlhack
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \