diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-11 12:41:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-11 12:41:16 +0800 |
commit | 27038f9a31f37b9af9059f9c634013405a780872 (patch) | |
tree | 4f76e07686efa82d6280c27b276aa1a740e9ba33 /print | |
parent | 67aad51f6384d6ff93a00cb5221cebdd6bb069d1 (diff) | |
download | freebsd-ports-gnome-27038f9a31f37b9af9059f9c634013405a780872.tar.gz freebsd-ports-gnome-27038f9a31f37b9af9059f9c634013405a780872.tar.zst freebsd-ports-gnome-27038f9a31f37b9af9059f9c634013405a780872.zip |
Use intlhack to fix the build.
Reported by: pointyhat via kris
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomecups/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile index dd3ebf19bfd9..4c6084552c30 100644 --- a/print/libgnomecups/Makefile +++ b/print/libgnomecups/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack glib20 +USE_GNOME= gnomeprefix gnomehack intlhack glib20 INSTALLS_SHLIB= yes USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |