diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-30 03:52:59 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-30 03:52:59 +0800 |
commit | 46f5da77e50da527faf225a80b7f1228b3597e6f (patch) | |
tree | 1cedb8e66c9bd1b2a800e3d1c11f10291d631b80 /ftp | |
parent | 109977cab424a0854ebd9561f6017098f643b9e4 (diff) | |
download | freebsd-ports-gnome-46f5da77e50da527faf225a80b7f1228b3597e6f.tar.gz freebsd-ports-gnome-46f5da77e50da527faf225a80b7f1228b3597e6f.tar.zst freebsd-ports-gnome-46f5da77e50da527faf225a80b7f1228b3597e6f.zip |
- use hook for bsd.openssl.mk
Diffstat (limited to 'ftp')
-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} |