diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /news/s-news | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) |
Notes
Diffstat (limited to 'news/s-news')
-rw-r--r-- | news/s-news/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/s-news/Makefile b/news/s-news/Makefile index fa40436e89fe..e2671389e565 100644 --- a/news/s-news/Makefile +++ b/news/s-news/Makefile @@ -10,7 +10,7 @@ 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:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm CONFLICTS= leafnode-[1-9]* nntp-[0-9]* |