diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-10 16:32:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-10 16:32:09 +0000 |
commit | 3eb6be81710e305c74606e22d6e48fa63f7a4eef (patch) | |
tree | ad6e0e0b4b9c1c9ea63531ff93cf6c32d48bfe04 /print/gnome-cups-manager | |
parent | b1daff3dadbdc35dec38b063c79b1f01ae8c91ef (diff) |
Use intlhack to fix the build on 4.X.
Reported by: J. W. Ballantine <jwb@homer.att.com>
Notes
Notes:
svn path=/head/; revision=111212
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 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 |