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 /news/newsx | |
parent | e10ee99bf3d0ee69437e0396845eb9259a8df24a (diff) | |
download | ports-69c072e572c594c7e6892a22721141ffdae4d972.tar.gz ports-69c072e572c594c7e6892a22721141ffdae4d972.zip |
Notes
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 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) |