diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-29 19:52:59 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-29 19:52:59 +0000 |
commit | 57c03b88a96b8a2cf1b51245fdce5c3e13144a8c (patch) | |
tree | d9fb4e997ef926f7b29471d51f4d583149d610b5 /ftp/ftp-tls/Makefile | |
parent | Add optional CANLOCK functionality (diff) |
- use hook for bsd.openssl.mk
Notes
Notes:
svn path=/head/; revision=88000
Diffstat (limited to 'ftp/ftp-tls/Makefile')
-rw-r--r-- | ftp/ftp-tls/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/ftp-tls/Makefile b/ftp/ftp-tls/Makefile index a15de437e83b..7053d75d9dc9 100644 --- a/ftp/ftp-tls/Makefile +++ b/ftp/ftp-tls/Makefile @@ -14,9 +14,8 @@ MASTER_SITES= ftp://ftp.zeist.de/pub/distfiles/ \ MAINTAINER= marius@alchemy.franken.de COMMENT= Ftp client supporting FTP AUTH TLS -GNU_CONFIGURE= YES - -#USE_OPENSSL= YES +GNU_CONFIGURE= yes +USE_OPENSSL= yes MAN1= ftp-tls.1 @@ -26,8 +25,6 @@ MAN1= ftp-tls.1 BROKEN= "Not supported on systems prior to FreeBSD 4.0 (missing getaddrinfo())" .endif -.include "${PORTSDIR}/security/openssl/bsd.openssl.mk" - CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE} CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |