diff options
author | abs <abs> | 2005-02-02 10:23:44 +0000 |
---|---|---|
committer | abs <abs> | 2005-02-02 10:23:44 +0000 |
commit | 196dac7609cb7c00e8efd9c72873072074ee650e (patch) | |
tree | 5f9a92ab69db1d78e2a774efa83f98b5d533970f /audio | |
parent | cd5385c32af8453b724ae07ee9b20cba54bbcb5a (diff) | |
download | pkgsrc-196dac7609cb7c00e8efd9c72873072074ee650e.tar.gz |
Add conflicts with mserv-devel
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" |