summaryrefslogtreecommitdiff
path: root/audio/splay
diff options
context:
space:
mode:
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"