diff options
-rw-r--r-- | security/ssh/Makefile | 5 | ||||
-rw-r--r-- | security/ssh2/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 96f2cf7da421..f6529b29a134 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.10 1996/01/22 18:41:57 markm Exp $ +# $Id: Makefile,v 1.11 1996/01/25 02:08:25 ache Exp $ # DISTNAME= ssh-1.2.12a @@ -102,7 +102,8 @@ CONFIGURE_ENV+= WISH=/replace_it_with_WISH_path .if defined(USE_TCPWRAP) && ${USE_TCPWRAP} == YES || \ exists(${PREFIX}/lib/libwrap.a) && \ (!defined(USE_TCPWRAP) || ${USE_TCPWRAP} != NO) -BUILD_DEPENDS+= ${PREFIX}/lib/libwrap.a:${PORTSDIR}/security/tcp_wrapper +CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib CFLAGS="${CFLAGS} -I${PREFIX}/include" CONFIGURE_ARGS+= --with-libwrap +LIB_DEPENDS+= wrap\\.7\\.:${PORTSDIR}/security/tcp_wrapper .endif diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 96f2cf7da421..f6529b29a134 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.10 1996/01/22 18:41:57 markm Exp $ +# $Id: Makefile,v 1.11 1996/01/25 02:08:25 ache Exp $ # DISTNAME= ssh-1.2.12a @@ -102,7 +102,8 @@ CONFIGURE_ENV+= WISH=/replace_it_with_WISH_path .if defined(USE_TCPWRAP) && ${USE_TCPWRAP} == YES || \ exists(${PREFIX}/lib/libwrap.a) && \ (!defined(USE_TCPWRAP) || ${USE_TCPWRAP} != NO) -BUILD_DEPENDS+= ${PREFIX}/lib/libwrap.a:${PORTSDIR}/security/tcp_wrapper +CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib CFLAGS="${CFLAGS} -I${PREFIX}/include" CONFIGURE_ARGS+= --with-libwrap +LIB_DEPENDS+= wrap\\.7\\.:${PORTSDIR}/security/tcp_wrapper .endif |