diff options
author | daichi <daichi@FreeBSD.org> | 2003-10-14 07:28:44 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-10-14 07:28:44 +0000 |
commit | ba69eeae541a3580b5c05416681b041e1b7ec4e8 (patch) | |
tree | 27cc3b86beb2afcb84be5b99ee92f687b471396b /news/newsx | |
parent | 7e0ea197eeeea55787674d8907ae96278ff71a44 (diff) | |
download | FreeBSD-ports-ba69eeae541a3580b5c05416681b041e1b7ec4e8.zip FreeBSD-ports-ba69eeae541a3580b5c05416681b041e1b7ec4e8.tar.gz |
patch news/newsx: adding conflict with news/leafnode.
- news/leafnode and news/newsx install bin/newsq.
PR: 57971
Noted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'news/newsx')
-rw-r--r-- | news/newsx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/news/newsx/Makefile b/news/newsx/Makefile index 3443b55..efe2629 100644 --- a/news/newsx/Makefile +++ b/news/newsx/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ${LOCALBASE}/news/lib/libcnews.a:${PORTSDIR}/news/cnews BUILD_DEPENDS= ${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn .endif +CONFLICTS= leafnode-1.9.* + USE_REINPLACE= yes .if !defined(WITH_CNEWS) .if !defined(WITHOUT_INN_2-X) |