diff options
Diffstat (limited to 'audio/mserv-devel/Makefile')
-rw-r--r-- | audio/mserv-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mserv-devel/Makefile b/audio/mserv-devel/Makefile index 3c34742f1d0..18540f551a3 100644 --- a/audio/mserv-devel/Makefile +++ b/audio/mserv-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:33 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/11 17:39:05 xtraeme Exp $ # DISTNAME= mserv-0.39a @@ -13,7 +13,7 @@ COMMENT= Local centralised music server environment GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-engine-icecast CONFIGURE_ARGS+= --datadir=${PREFIX}/share/mserv -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_LIBTOOL= yes REPLACE_PERL= support/mservedit webclient/main.cgi \ @@ -34,5 +34,5 @@ post-install: ${WRKSRC}/webclient/* \ ${PREFIX}/share/mserv/webclient -.include "../../audio/libshout/buildlink2.mk" +.include "../../audio/libshout/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |