summaryrefslogtreecommitdiff
path: root/news/s-news
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-11-15 23:31:37 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-11-15 23:31:37 +0000
commitcbc8a95765cb48340a04399e68b22bbfe87f7a06 (patch)
treeb68737376f4925e83685dcc92c59c3a57e93c856 /news/s-news
parentUpdate CONFLICTS. (diff)
Update CONFLICTS. [1]
Remove API version from gdbm library. Suggested by: ketas's ports conflicts checker Feature safe: yes
Notes
Notes: svn path=/head/; revision=307469
Diffstat (limited to 'news/s-news')
-rw-r--r--news/s-news/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/s-news/Makefile b/news/s-news/Makefile
index 77833b2b5079..99fff7f4b164 100644
--- a/news/s-news/Makefile
+++ b/news/s-news/Makefile
@@ -14,9 +14,9 @@ MASTER_SITES= http://www.lost.org.uk/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple news server for hosts with one or two users
-LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm
-CONFLICTS= nntp-[0-9]*
+CONFLICTS= leafnode-[1-9]* nntp-[0-9]*
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-confdir=${PREFIX}/etc/s-news \