summaryrefslogtreecommitdiff
path: root/audio/splay
diff options
context:
space:
mode:
authorminskim <minskim>2004-05-03 23:45:18 +0000
committerminskim <minskim>2004-05-03 23:45:18 +0000
commit986b5ab813b166a3d054cc076e8dfe91e52186eb (patch)
treeedbec966c6d592926617eab5d6627b795bbfb062 /audio/splay
parent89965ebc2aaa400615d9d99909e24210ee9d4ab3 (diff)
downloadpkgsrc-986b5ab813b166a3d054cc076e8dfe91e52186eb.tar.gz
- Use ossaudio.buildlink3.mk to be OS-independent.
Diffstat (limited to 'audio/splay')
-rw-r--r--audio/splay/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile
index d0ffe32643a..b511a211bf1 100644
--- a/audio/splay/Makefile
+++ b/audio/splay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/07/17 21:23:25 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/05/03 23:45:18 minskim Exp $
#
DISTNAME= splay-0.8.2
@@ -9,8 +9,11 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://splay.sourceforge.net/
COMMENT= Audio player/decoder that decodes MPEG Layer I,II,III and WAV files
+USE_BUILDLINK3= yes
+USE_LANGUAGES= c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-xsplay --without-pthread
-LIBS+= -lossaudio
+LIBS+= ${LIBOSSAUDIO}
+.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"