mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
- use hook for bsd.openssl.mk
This commit is contained in:
parent
99ef5b4fc3
commit
57c03b88a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88000
1 changed files with 2 additions and 5 deletions
|
@ -14,9 +14,8 @@ MASTER_SITES= ftp://ftp.zeist.de/pub/distfiles/ \
|
||||||
MAINTAINER= marius@alchemy.franken.de
|
MAINTAINER= marius@alchemy.franken.de
|
||||||
COMMENT= Ftp client supporting FTP AUTH TLS
|
COMMENT= Ftp client supporting FTP AUTH TLS
|
||||||
|
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= yes
|
||||||
|
USE_OPENSSL= yes
|
||||||
#USE_OPENSSL= YES
|
|
||||||
|
|
||||||
MAN1= ftp-tls.1
|
MAN1= ftp-tls.1
|
||||||
|
|
||||||
|
@ -26,8 +25,6 @@ MAN1= ftp-tls.1
|
||||||
BROKEN= "Not supported on systems prior to FreeBSD 4.0 (missing getaddrinfo())"
|
BROKEN= "Not supported on systems prior to FreeBSD 4.0 (missing getaddrinfo())"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
|
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE}
|
CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE}
|
||||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue