diff options
author | tv <tv@pkgsrc.org> | 2005-10-31 16:52:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-31 16:52:39 +0000 |
commit | 9fcb17e07e2694a09607be7e74c8155e9e395414 (patch) | |
tree | 317c54a6760e111e7408570c2cd305a2f013df91 /audio/xmp | |
parent | 8d118a4f15ea164c00fbd6d1cbaabf7955863487 (diff) | |
download | pkgsrc-9fcb17e07e2694a09607be7e74c8155e9e395414.tar.gz |
Use esound on Interix too. (However, still depends on XShm, which Interix
lacks, so doesn't build yet.)
Diffstat (limited to 'audio/xmp')
-rw-r--r-- | audio/xmp/Makefile | 9 |
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" |