From 59be92f8d61b8be632f86a4cda2baf8e69e0a612 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 14 Sep 2002 19:51:37 +0000 Subject: Add appropriate --disable-* CONFIGURE_ARGS to disable things such as esound support from being built when esound is already installed on the system. Reported by: alane Approved by: timeout from maintainer --- audio/xmms/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index 024c51a..2eb5e77 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -42,6 +42,7 @@ LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod INPUT_PLUGINS+= mikmod PLIST_SUB+= MIKMODPLUGIN:="" .else +CONFIGURE_ARGS+= --disable-mikmod PLIST_SUB+= MIKMODPLUGIN:="@comment " .endif @@ -50,6 +51,7 @@ LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis INPUT_PLUGINS+= vorbis PLIST_SUB+= VORBISPLUGIN:="" .else +CONFIGURE_ARGS+= --disable-vorbis PLIST_SUB+= VORBISPLUGIN:="@comment " .endif @@ -63,6 +65,7 @@ PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-esound PKGNAMESUFFIX= -esound .endif .else +CONFIGURE_ARGS+= --disable-esd PLIST_SUB+= ESDPLUGIN:="@comment " .endif @@ -75,7 +78,7 @@ PKGNAMESUFFIX= -gnome .endif PLIST_SUB+= DATADIR="share/gnome" .else -CONFIGURE_ARGS= --without-gnome +CONFIGURE_ARGS+= --without-gnome PLIST_SUB+= DATADIR="share" .endif -- cgit v1.1