summaryrefslogtreecommitdiff
path: root/audio/tfmxplay
diff options
context:
space:
mode:
authortv <tv>2005-10-31 16:30:55 +0000
committertv <tv>2005-10-31 16:30:55 +0000
commit513042276188755445458af161f17561559dfb17 (patch)
treed738359330f4dd567577f519379e2e9b5a272105 /audio/tfmxplay
parent0604fb469d283391634e5013a7da91243f498e55 (diff)
downloadpkgsrc-513042276188755445458af161f17561559dfb17.tar.gz
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'audio/tfmxplay')
-rw-r--r--audio/tfmxplay/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/tfmxplay/Makefile b/audio/tfmxplay/Makefile
index 6844a6bd739..2acc57916ec 100644
--- a/audio/tfmxplay/Makefile
+++ b/audio/tfmxplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/05/24 13:57:34 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2005/10/31 16:30:55 tv Exp $
#
DISTNAME= tfmxplay-0.6
@@ -10,9 +10,9 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://darkstar.tabu.uni-bonn.de/~neo/audio.html
COMMENT= Console TFMX (amiga games sound file format) player
-PKG_INSTALLATION_TYPES= overwrite pkgviews
+NOT_FOR_PLATFORM= Interix-*-*
-.include "../../mk/ossaudio.buildlink3.mk"
+PKG_INSTALLATION_TYPES= overwrite pkgviews
INSTALLATION_DIRS= bin
@@ -21,4 +21,5 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tfmxplay
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tfmxplay/
+.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"