diff options
author | mandree <mandree@FreeBSD.org> | 2012-11-16 07:31:37 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-11-16 07:31:37 +0800 |
commit | 643437dfd1026581c6ca7a9eb358d7200f64ff0c (patch) | |
tree | b68737376f4925e83685dcc92c59c3a57e93c856 /news | |
parent | 9602564bbc3044b49414b2fa081dc5ec3f76474f (diff) | |
download | freebsd-ports-gnome-643437dfd1026581c6ca7a9eb358d7200f64ff0c.tar.gz freebsd-ports-gnome-643437dfd1026581c6ca7a9eb358d7200f64ff0c.tar.zst freebsd-ports-gnome-643437dfd1026581c6ca7a9eb358d7200f64ff0c.zip |
Update CONFLICTS. [1]
Remove API version from gdbm library.
Suggested by: ketas's ports conflicts checker
Feature safe: yes
Diffstat (limited to 'news')
-rw-r--r-- | news/s-news/Makefile | 4 |
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 \ |