aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gdkxft
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-01 23:37:37 +0800
committerlioux <lioux@FreeBSD.org>2002-09-01 23:37:37 +0800
commit222e4656df69b376c268b0a3ac1a7c21677a4ba5 (patch)
treea712e33d7a0cb690d45d0c5a389d13563b39559a /x11/gdkxft
parentee077dc54a1568b9df6e4574420e7217ebee63fe (diff)
downloadfreebsd-ports-gnome-222e4656df69b376c268b0a3ac1a7c21677a4ba5.tar.gz
freebsd-ports-gnome-222e4656df69b376c268b0a3ac1a7c21677a4ba5.tar.zst
freebsd-ports-gnome-222e4656df69b376c268b0a3ac1a7c21677a4ba5.zip
Deploy USE_GNOMENG infrastructure
PR: 42283 Submitted by: Edwin Groothuis <edwin@mavetju.org>
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