diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-15 02:42:04 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-15 02:42:04 +0800 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /net-p2p/libbt | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) | |
download | freebsd-ports-gnome-ffb7170399b77f34a48875ad6468eb796f00aed3.tar.gz freebsd-ports-gnome-ffb7170399b77f34a48875ad6468eb796f00aed3.tar.zst freebsd-ports-gnome-ffb7170399b77f34a48875ad6468eb796f00aed3.zip |
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'net-p2p/libbt')
-rw-r--r-- | net-p2p/libbt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/libbt/Makefile b/net-p2p/libbt/Makefile index 70dadbbeb50a..bbca2c125ac3 100644 --- a/net-p2p/libbt/Makefile +++ b/net-p2p/libbt/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= flz@FreeBSD.org COMMENT= C library implementing the core BitTorrent protocol -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes USES= gmake |