diff options
Diffstat (limited to 'news/s-news/Makefile')
-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 \ |