aboutsummaryrefslogtreecommitdiff
path: root/archivers/libarchive
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 07:53:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 07:53:29 +0000
commitc9bf4ab3ee6160323b7df8f55d57299a6aa060ac (patch)
tree2ed987127e6511ddf75a29508ff6c165d197a346 /archivers/libarchive
parent08b69a1586e499ab2139c02ef50c4ed0c40dfda1 (diff)
downloadports-c9bf4ab3ee6160323b7df8f55d57299a6aa060ac.tar.gz
ports-c9bf4ab3ee6160323b7df8f55d57299a6aa060ac.zip
Fix some LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=362046
Diffstat (limited to 'archivers/libarchive')
-rw-r--r--archivers/libarchive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 65bd291a234a..26c89c46d374 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -86,7 +86,7 @@ LIBXML2_LDFLAGS= -lbsdxml
LZO_LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2
LZO_CONFIGURE_WITH= lzo2
-NETTLE_LIB_DEPENDS= nettle:${PORTSDIR}/security/nettle
+NETTLE_LIB_DEPENDS= libnettle.so:${PORTSDIR}/security/nettle
NETTLE_CONFIGURE_WITH= nettle
NETTLE_CONFIGURE_ON= --without-openssl
NETTLE_USE_OFF= OPENSSL=yes