diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-08 11:14:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-08 11:14:46 +0800 |
commit | 5c113db7246ca408b3dd7ea10d447dcb57b51924 (patch) | |
tree | 4c2a5eacc6e8668ae332d1330f7cd3f34ee485ec | |
parent | 0e26c6a004ab51cfa1f56e260556c6e5c4a3261a (diff) | |
download | freebsd-ports-gnome-5c113db7246ca408b3dd7ea10d447dcb57b51924.tar.gz freebsd-ports-gnome-5c113db7246ca408b3dd7ea10d447dcb57b51924.tar.zst freebsd-ports-gnome-5c113db7246ca408b3dd7ea10d447dcb57b51924.zip |
Add a missing intlhack to fix the build on -STABLE.
-rw-r--r-- | graphics/gpdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile index 9108914468e9..3791e9b792f2 100644 --- a/graphics/gpdf/Makefile +++ b/graphics/gpdf/Makefile @@ -17,7 +17,7 @@ COMMENT= GNOME version of xpdf USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui libgnomeprintui +USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libgnomeprintui USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |