diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 07:53:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 07:53:29 +0000 |
commit | c9bf4ab3ee6160323b7df8f55d57299a6aa060ac (patch) | |
tree | 2ed987127e6511ddf75a29508ff6c165d197a346 /archivers | |
parent | 08b69a1586e499ab2139c02ef50c4ed0c40dfda1 (diff) | |
download | ports-c9bf4ab3ee6160323b7df8f55d57299a6aa060ac.tar.gz ports-c9bf4ab3ee6160323b7df8f55d57299a6aa060ac.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/Makefile | 2 |
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 |