diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mserv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mserv/Makefile b/audio/mserv/Makefile index e143ade61c8..c41c1c36fb0 100644 --- a/audio/mserv/Makefile +++ b/audio/mserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/12/31 20:31:19 minskim Exp $ +# $NetBSD: Makefile,v 1.29 2005/02/02 10:23:44 abs Exp $ # DISTNAME= mserv-0.35 @@ -12,6 +12,7 @@ COMMENT= Local centralised music server environment PKG_INSTALLATION_TYPES= overwrite pkgviews +CONFLICTS+= mserv-devel-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${PREFIX}/share/mserv CONFIGURE_ENV+= MY_LIBS="-lvorbisfile -lvorbis" |