aboutsummaryrefslogtreecommitdiff
path: root/x11/gdkxft
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:37:37 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:37:37 +0000
commita70230aec6fdd72a0fc7085f7ed8a3de414406bc (patch)
tree6761fdcca2ce349902c0d2d0957c9b56aa3bdd3b /x11/gdkxft
parentb68b77b88c3c375f539f5d8b90767dffee49733d (diff)
Deploy USE_GNOMENG infrastructure
PR: 42283 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65423
Diffstat (limited to 'x11/gdkxft')
-rw-r--r--x11/gdkxft/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile
index ecd3b745404e..b1b63f274c02 100644
--- a/x11/gdkxft/Makefile
+++ b/x11/gdkxft/Makefile
@@ -17,9 +17,9 @@ MAINTAINER= ports@freebsd.org
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_X_PREFIX= yes
-USE_GTK= yes
-USE_REINPLACE= yes
+USE_GNOMENG= yes
WANT_GNOME= yes
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnuregex -liconv"
@@ -34,8 +34,9 @@ MAN8= gdkxft_sysinstall.8
IGNORE= "requires XFree86-4.x or later to run"
.endif
-.if defined(HAVE_GNOME)
-USE_GNOME= yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+= gtk12
+PKGNAMESUFFIX= -gtk
.else
CONFIGURE_ARGS+= --without-gnome
.endif