diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-16 15:53:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-16 15:53:29 +0800 |
commit | c57d7bc455c1889c90569ac1347fc4b3b759c7af (patch) | |
tree | 2ed987127e6511ddf75a29508ff6c165d197a346 /archivers | |
parent | 1f1b75ae625535cc3390bb3fa5c0193d5eebccec (diff) | |
download | freebsd-ports-gnome-c57d7bc455c1889c90569ac1347fc4b3b759c7af.tar.gz freebsd-ports-gnome-c57d7bc455c1889c90569ac1347fc4b3b759c7af.tar.zst freebsd-ports-gnome-c57d7bc455c1889c90569ac1347fc4b3b759c7af.zip |
Fix some LIB_DEPENDS
With hat: portmgr
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 |