summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/xmp/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
index b1c3052f3ee..7457263b78d 100644
--- a/audio/xmp/Makefile
+++ b/audio/xmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/06/01 18:02:40 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/10/31 16:52:39 tv Exp $
DISTNAME= xmp-2.0.4
PKGREVISION= 2
@@ -25,14 +25,13 @@ CONF_FILES+= ${EGDIR}/xmp.conf ${PKG_SYSCONFDIR}/xmp.conf
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
-# XMP has no native Darwin support, so make it use the esound backend
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix"
+# No native support for these OS's, so use esound for audio output
.include "../../audio/esound/buildlink3.mk"
.endif
-.include "../../mk/x11.buildlink3.mk"
-
pre-install:
${INSTALL_DATA_DIR} ${EGDIR}
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"