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 /www/newsbeuter/Makefile | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) | |
download | ports-ffb7170399b77f34a48875ad6468eb796f00aed3.tar.gz ports-ffb7170399b77f34a48875ad6468eb796f00aed3.zip |
Notes
Diffstat (limited to 'www/newsbeuter/Makefile')
-rw-r--r-- | www/newsbeuter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/newsbeuter/Makefile b/www/newsbeuter/Makefile index aa542b1539ab..2a6ae4bbac7e 100644 --- a/www/newsbeuter/Makefile +++ b/www/newsbeuter/Makefile @@ -13,8 +13,8 @@ COMMENT= An RSS feed reader for the text console LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= stfl:${PORTSDIR}/devel/stfl \ - curl:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= libstfl.so:${PORTSDIR}/devel/stfl \ + libcurl.so:${PORTSDIR}/ftp/curl \ libjson.so:${PORTSDIR}/devel/json-c OPTIONS_DEFINE= PODCAST |