diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-02-10 15:55:37 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-02-10 15:55:37 +0000 |
commit | d737d46fa2af462515a11073fd4758bdcad7317d (patch) | |
tree | 69701622c25b8485b7847bd823a3056174b421c6 | |
parent | Fix plist (also don't try to @dirrm www which is in BSD.local.dist now) (diff) |
Add intlhack to USE_GNOME to fix build on 4.x.
Pointed out by: pointyhat via kris
-rw-r--r-- | www/gurlchecker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gurlchecker/Makefile b/www/gurlchecker/Makefile index 1109a80f9fda..22a2e42c3491 100644 --- a/www/gurlchecker/Makefile +++ b/www/gurlchecker/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls \ USE_X_PREFIX= yes DOWNNUM= 335 -USE_GNOME= gnomeprefix gnomehack libgnomeui +USE_GNOME= gnomeprefix gnomehack libgnomeui intlhack USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |