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 /ports-mgmt | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) | |
download | ports-ffb7170399b77f34a48875ad6468eb796f00aed3.tar.gz ports-ffb7170399b77f34a48875ad6468eb796f00aed3.zip |
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=361812
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/prhistory/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/prhistory/Makefile b/ports-mgmt/prhistory/Makefile index 7fb764a7487f..ae66e08e3e4a 100644 --- a/ports-mgmt/prhistory/Makefile +++ b/ports-mgmt/prhistory/Makefile @@ -15,8 +15,8 @@ LICENSE_NAME= PRHISTORY BSD LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - sqlite3:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 USE_GITHUB= yes GH_ACCOUNT= waitman |