diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2005-01-20 18:52:56 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2005-01-20 18:52:56 +0000 |
commit | 7ef8b8da4077e207989284f10f95d9fe94b0e508 (patch) | |
tree | 794d73120a90cd131dfee85bf94c5051c137d326 /sysutils | |
parent | Upgrade to 20050119, aka 2.0-RC4. (diff) |
Remove conditional dependencies on security/tcp_wrapper: That port
hasn't existed since October 2002, and tcp_wrapper has been included in
the base system since March 1999.
Notes
Notes:
svn path=/head/; revision=126967
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cfengine/Makefile | 3 | ||||
-rw-r--r-- | sysutils/cfengine3-legacy/Makefile | 3 | ||||
-rw-r--r-- | sysutils/cfengine3/Makefile | 3 |
3 files changed, 0 insertions, 9 deletions
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 |