aboutsummaryrefslogtreecommitdiffstats
path: root/audio/aumix
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-31 08:13:25 +0800
committermarcus <marcus@FreeBSD.org>2002-08-31 08:13:25 +0800
commitc09dc513f70813fd1915b12787ca0e934c4e4f5d (patch)
treed861acef1f689743981e09642f332436fdd4994a /audio/aumix
parent0854f152efed3fca29e6e1cf16edae3f9fe70059 (diff)
downloadfreebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.gz
freebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.zst
freebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.zip
Use USE_GNOMENG.
PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'audio/aumix')
-rw-r--r--audio/aumix/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile
index d59f6c605070..f7942cc4dd95 100644
--- a/audio/aumix/Makefile
+++ b/audio/aumix/Makefile
@@ -18,7 +18,8 @@ MAINTAINER= cpiazza@FreeBSD.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
-WANT_GTK= yes
+USE_GNOMENG= yes
+WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--enable-own-labels \
@@ -30,8 +31,9 @@ MAN1= aumix.1 xaumix.1
.include <bsd.port.pre.mk>
-.if defined(HAVE_GTK)
-USE_GTK= yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME= gtk12
+PKGNAMESUFFIX= -gtk
.else
CONFIGURE_ARGS+=--without-gtk
.endif