summaryrefslogtreecommitdiff
path: root/audio/sidplay
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-04-11 17:55:43 +0000
committerxtraeme <xtraeme>2004-04-11 17:55:43 +0000
commit8e3ba9a6408eb61c9aca7a3e7297cbd12583a1f2 (patch)
tree98f8a92808991ed7187215e2c15da82326ff2ec3 /audio/sidplay
parentf535cd16fadf3d562dcffb34c14b19cfe5c46fa6 (diff)
downloadpkgsrc-8e3ba9a6408eb61c9aca7a3e7297cbd12583a1f2.tar.gz
bl3ify, set USE_LANGUAGES=c c++.
Diffstat (limited to 'audio/sidplay')
-rw-r--r--audio/sidplay/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile
index 6d1438cce0d..f37ff7cbab0 100644
--- a/audio/sidplay/Makefile
+++ b/audio/sidplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/01/22 07:15:00 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/11 17:55:43 xtraeme Exp $
#
DISTNAME= sidplay-base-1.0.9
@@ -11,9 +11,10 @@ MAINTAINER= pooka@NetBSD.org
HOMEPAGE= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/
COMMENT= Tools for playing sidtunes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
+USE_LANGUAGES= c c++
-.include "../../audio/libsidplay/buildlink2.mk"
+.include "../../audio/libsidplay/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"