diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-09 14:53:32 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-09 14:53:32 +0000 |
commit | 884fd9716d3eea7bb39eefabf7be8361ac8a1695 (patch) | |
tree | a3b84165e292d945d162552441c99c21c1f8c8e2 | |
parent | 7ba55c5afb6af55bad3434d1447105a10a22017e (diff) | |
download | ports-884fd9716d3eea7bb39eefabf7be8361ac8a1695.tar.gz ports-884fd9716d3eea7bb39eefabf7be8361ac8a1695.zip |
Notes
-rw-r--r-- | lang/mpd/Makefile | 1 | ||||
-rw-r--r-- | net/mpd/Makefile | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/mpd/Makefile b/lang/mpd/Makefile index e92f5ab23c12..b343a3fc9eab 100644 --- a/lang/mpd/Makefile +++ b/lang/mpd/Makefile @@ -20,6 +20,7 @@ ONLY_FOR_ARCHS= alpha i386 ONLY_FOR_ARCHS_REASON= uses assembly code for the target machine # net/mpd +CONFLICTS= mpd-[^1]* NO_LATEST_LINK= yes USE_GMAKE= yes diff --git a/net/mpd/Makefile b/net/mpd/Makefile index 1c81374b9494..ac67af504d92 100644 --- a/net/mpd/Makefile +++ b/net/mpd/Makefile @@ -16,6 +16,9 @@ DIST_SUBDIR= mpd MAINTAINER= ports@FreeBSD.org COMMENT= Multi-link PPP daemon based on netgraph(4) +# lang/mpd +CONFLICTS= mpd-[^3]* + MTREE_FILE= ${FILESDIR}/mpd.mtree MAN8= mpd.8 MANCOMPRESSED= maybe |