aboutsummaryrefslogtreecommitdiff
path: root/audio/xmp
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-31 00:13:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-31 00:13:25 +0000
commit8a609be53116f279d9c38adaeae64b221e32514e (patch)
tree8ef6e5a897ec95e2315c3a5152e85e7709ca1f82 /audio/xmp
parent7dd2eb9a863452e5c328606287c11b87a590b92c (diff)
downloadports-8a609be53116f279d9c38adaeae64b221e32514e.tar.gz
ports-8a609be53116f279d9c38adaeae64b221e32514e.zip
Use USE_GNOMENG.
PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65340
Diffstat (limited to 'audio/xmp')
-rw-r--r--audio/xmp/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
index cf50912084ab..441c3511cc21 100644
--- a/audio/xmp/Makefile
+++ b/audio/xmp/Makefile
@@ -21,16 +21,19 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-alsa
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CFLAGS="-I${LOCALBASE}/include"
USE_AUTOCONF= yes
-WANT_ESOUND= yes
+USE_GNOMENG= yes
+WANT_GNOME= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500013 || ${MACHINE_ARCH} == "alpha"
-USE_ESOUND= yes
+USE_GNOME+= esound
CONFIGURE_ARGS+= --disable-oss --enable-esd
-.elif defined(HAVE_ESOUND)
-USE_ESOUND= yes
+PKGNAMESUFFIX= -esound
+.elif ${HAVE_GNOME:Mesound}!=""
+USE_GNOME+= esound
CONFIGURE_ARGS+= --enable-esd
+PKGNAMESUFFIX= -esound
.endif
MAN1= xmp.1