diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-10 16:32:09 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-10 16:32:09 +0000 |
commit | 66857632531621fc485d57beff0575339470b8d7 (patch) | |
tree | c2bd3b9d686c0987a757034a4741334543d346c7 /print/gnome-cups-manager | |
parent | 50a58de0ce1d38c01cff85581c7f6a89856fd9a8 (diff) | |
download | FreeBSD-ports-66857632531621fc485d57beff0575339470b8d7.zip FreeBSD-ports-66857632531621fc485d57beff0575339470b8d7.tar.gz |
Use intlhack to fix the build on 4.X.
Reported by: J. W. Ballantine <jwb@homer.att.com>
Diffstat (limited to 'print/gnome-cups-manager')
-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 e9d7c58..ca18901 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 |