summaryrefslogtreecommitdiffstats
path: root/audio/xmp
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-31 00:13:25 +0000
committermarcus <marcus@FreeBSD.org>2002-08-31 00:13:25 +0000
commitc09dc513f70813fd1915b12787ca0e934c4e4f5d (patch)
treed861acef1f689743981e09642f332436fdd4994a /audio/xmp
parent0854f152efed3fca29e6e1cf16edae3f9fe70059 (diff)
downloadFreeBSD-ports-c09dc513f70813fd1915b12787ca0e934c4e4f5d.zip
FreeBSD-ports-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.gz
Use USE_GNOMENG.
PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
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 cf50912..441c351 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
OpenPOWER on IntegriCloud