diff options
author | martymac <martymac@FreeBSD.org> | 2014-02-21 18:13:59 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-02-21 18:13:59 +0800 |
commit | 5adc904d0ba9c2819aad10ecc7e114af24c92d0a (patch) | |
tree | 38c3da2ac57399e77c56fa952f6875d3c956cd9e /ftp | |
parent | 813a35a02a0d44c3f795c43ac3ed4f1cf268d4d1 (diff) | |
download | freebsd-ports-gnome-5adc904d0ba9c2819aad10ecc7e114af24c92d0a.tar.gz freebsd-ports-gnome-5adc904d0ba9c2819aad10ecc7e114af24c92d0a.tar.zst freebsd-ports-gnome-5adc904d0ba9c2819aad10ecc7e114af24c92d0a.zip |
Fix build when GNUTLS is selected
PR: ports/186896
Submitted by: Martijn Lina <martijn@hostage.nl>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index dc56e163b05d..86f20703b7ba 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -48,6 +48,7 @@ OPENSSL_CONFIGURE_WITH= openssl OPENSSL_USE= OPENSSL=yes GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_USES+= pkgconfig post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/lftp.conf \ |