diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-11 00:32:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-11 00:32:09 +0800 |
commit | 66857632531621fc485d57beff0575339470b8d7 (patch) | |
tree | c2bd3b9d686c0987a757034a4741334543d346c7 | |
parent | 50a58de0ce1d38c01cff85581c7f6a89856fd9a8 (diff) | |
download | freebsd-ports-gnome-66857632531621fc485d57beff0575339470b8d7.tar.gz freebsd-ports-gnome-66857632531621fc485d57beff0575339470b8d7.tar.zst freebsd-ports-gnome-66857632531621fc485d57beff0575339470b8d7.zip |
Use intlhack to fix the build on 4.X.
Reported by: J. W. Ballantine <jwb@homer.att.com>
-rw-r--r-- | print/gnome-cups-manager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile index e9d7c585d869..ca1890165a30 100644 --- a/print/gnome-cups-manager/Makefile +++ b/print/gnome-cups-manager/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= gnomecups-1.0.1:${PORTSDIR}/print/libgnomecups USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_REINPLACE= yes |