diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-10-14 07:28:44 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-10-14 07:28:44 +0000 |
commit | 69c072e572c594c7e6892a22721141ffdae4d972 (patch) | |
tree | 7d5f9ff61ef5b8e6964c8405daa455ed150f5bd5 | |
parent | - Resync with authors version (2.0.5) (diff) |
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>
Notes
Notes:
svn path=/head/; revision=91142
-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 3443b55876bf..efe26292380b 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) |