summaryrefslogtreecommitdiff
path: root/audio/esound/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r--audio/esound/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index b7fef57cf01..e37de413756 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2005/04/11 21:44:52 tv Exp $
+# $NetBSD: Makefile,v 1.56 2005/06/08 13:20:04 wiz Exp $
DISTNAME= esound-0.2.35
PKGREVISION= 1
@@ -19,19 +19,12 @@ PKGCONFIG_OVERRIDE= esound.pc.in
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-BUILD_DEFS+= USE_INET6
-
EGDIR= ${PREFIX}/share/examples/esound
CONF_FILES= ${EGDIR}/esd.conf ${PKG_SYSCONFDIR}/esd.conf
+.include "options.mk"
.include "../../mk/bsd.prefs.mk"
-.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
.if ${OPSYS} == "Interix"
# no sound output device, but can support a remote esound server
CONFIGURE_ARGS+= --disable-local-sound