diff options
author | hubertf <hubertf> | 2004-05-27 21:30:28 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2004-05-27 21:30:28 +0000 |
commit | 47b47f7cace4bf3e0e0f0f7e7256611cf44dbf20 (patch) | |
tree | d42da0e61d777eb88860dd4b70f1a70fc3d8ed3a /audio/liveice | |
parent | a9ae1e2a194d3bf6ff3a583595ebfccb8bbe4670 (diff) | |
download | pkgsrc-47b47f7cace4bf3e0e0f0f7e7256611cf44dbf20.tar.gz |
bl3ify and make it find libossaudio
Diffstat (limited to 'audio/liveice')
-rw-r--r-- | audio/liveice/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/liveice/Makefile b/audio/liveice/Makefile index d65cdee8b5c..306d1a61413 100644 --- a/audio/liveice/Makefile +++ b/audio/liveice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/03/08 20:27:13 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/27 21:30:28 hubertf Exp $ # DISTNAME= liveice @@ -16,6 +16,8 @@ DEPENDS+= tk>=8.0:../../x11/tk83 GNU_CONFIGURE= YES DIST_SUBDIR= liveice-0.20001121 +USE_BUILDLINK3= yes +LIBS+= ${LIBOSSAUDIO} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/liveice ${PREFIX}/bin @@ -32,4 +34,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/liveice ; \ done +.include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |