diff options
author | kwm <kwm@FreeBSD.org> | 2005-02-10 15:55:37 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-02-10 15:55:37 +0000 |
commit | 479cb2c199f9e514a503602bd77ae3d40c5dd270 (patch) | |
tree | 8c2796f0a749b53f09d923a2c458576a11639980 /www | |
parent | 5ab310a64b2f6ab4340a027df6973fe0331d3d30 (diff) | |
download | FreeBSD-ports-479cb2c199f9e514a503602bd77ae3d40c5dd270.zip FreeBSD-ports-479cb2c199f9e514a503602bd77ae3d40c5dd270.tar.gz |
Add intlhack to USE_GNOME to fix build on 4.x.
Pointed out by: pointyhat via kris
Diffstat (limited to 'www')
-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 1109a80..22a2e42 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" \ |