diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-02-21 10:13:59 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-02-21 10:13:59 +0000 |
commit | edb090a04b36df5adfa7d70e46fa133635ab8807 (patch) | |
tree | 38c3da2ac57399e77c56fa952f6875d3c956cd9e | |
parent | e841f73a266eb2944d073cdc925d3e480370eb68 (diff) | |
download | ports-edb090a04b36df5adfa7d70e46fa133635ab8807.tar.gz ports-edb090a04b36df5adfa7d70e46fa133635ab8807.zip |
Fix build when GNUTLS is selected
PR: ports/186896
Submitted by: Martijn Lina <martijn@hostage.nl>
Notes
Notes:
svn path=/head/; revision=345354
-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 \ |