diff options
-rw-r--r-- | net/rwhois/Makefile | 4 | ||||
-rw-r--r-- | net/rwhoisd/Makefile | 4 | ||||
-rw-r--r-- | security/ssh/Makefile | 9 | ||||
-rw-r--r-- | sysutils/cfengine/Makefile | 3 | ||||
-rw-r--r-- | sysutils/cfengine3-legacy/Makefile | 3 | ||||
-rw-r--r-- | sysutils/cfengine3/Makefile | 3 |
6 files changed, 0 insertions, 26 deletions
diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile index 1feb090e28b7..04bb59a4f6df 100644 --- a/net/rwhois/Makefile +++ b/net/rwhois/Makefile @@ -16,10 +16,6 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The Internic referral whois server -.if !exists(/usr/include/tcpd.h) -LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif - HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile index 1feb090e28b7..04bb59a4f6df 100644 --- a/net/rwhoisd/Makefile +++ b/net/rwhoisd/Makefile @@ -16,10 +16,6 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The Internic referral whois server -.if !exists(/usr/include/tcpd.h) -LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif - HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 250d6134b76a..aeb75ecc6be1 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -104,16 +104,7 @@ post-install: fi # Include tcp-wrapper support (call remote identd) -.if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --with-libwrap -.else -.if defined(WITH_TCPWRAP) || (exists(${PREFIX}/lib/libwrap.a) \ - && !defined(WITHOUT_TCPWRAP)) -CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib CFLAGS="${CFLAGS} -I${PREFIX}/include" -CONFIGURE_ARGS+= --with-libwrap -LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif -.endif # Original IPv6 patches were obtained from ftp://ftp.kyoto.wide.ad.jp/IPv6/ssh/ # ssh-1.2.27-IPv6-1.5-patch.gz diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile index d22de810455c..6bc0174a1274 100644 --- a/sysutils/cfengine/Makefile +++ b/sysutils/cfengine/Makefile @@ -22,9 +22,6 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX .endif LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 -.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h) -LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif USE_GMAKE= yes USE_AUTOMAKE_VER=14 diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile index d22de810455c..6bc0174a1274 100644 --- a/sysutils/cfengine3-legacy/Makefile +++ b/sysutils/cfengine3-legacy/Makefile @@ -22,9 +22,6 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX .endif LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 -.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h) -LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif USE_GMAKE= yes USE_AUTOMAKE_VER=14 diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile index d22de810455c..6bc0174a1274 100644 --- a/sysutils/cfengine3/Makefile +++ b/sysutils/cfengine3/Makefile @@ -22,9 +22,6 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX .endif LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 -.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h) -LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif USE_GMAKE= yes USE_AUTOMAKE_VER=14 |