aboutsummaryrefslogtreecommitdiffstats
path: root/audio/teknap
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/teknap
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/teknap')
-rw-r--r--audio/teknap/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/teknap/Makefile b/audio/teknap/Makefile
index 457360e1ed83..c29c2e6c7ff0 100644
--- a/audio/teknap/Makefile
+++ b/audio/teknap/Makefile
@@ -8,7 +8,7 @@
PORTNAME= TekNap
PORTVERSION= 1.2
CATEGORIES= audio
-MASTER_SITES= ftp://ukug.uk.freebsd.org/pub/lord_cj/
+MASTER_SITES= ftp://ukug.uk.freebsd.org/pub/lord_cj/
MAINTAINER= calle.madestrand@norrgarden.se
@@ -24,16 +24,18 @@ WRKSRC= ${WRKDIR}/TekNap
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
USE_GMAKE= yes
-WANT_GTK= yes
+USE_GNOMENG= yes
+WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
-.if defined(HAVE_GTK)
-USE_GTK= yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+= gtk12
CONFIGURE_ARGS+=--with-gtk
+PKGNAMESUFFIX= -gtk
.else
CONFIGURE_ARGS+=--without-gtk
.endif