diff options
author | pav <pav@FreeBSD.org> | 2005-09-15 07:27:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-15 07:27:00 +0800 |
commit | adb8e3ed8975728995f5248cf26e100c9a8de1f4 (patch) | |
tree | ff69b15fbb5a9068e8c41408afe53764460c6708 /sysutils | |
parent | 180bd48ff1a1be93d7805d97ab7621e761b410ed (diff) | |
download | freebsd-ports-gnome-adb8e3ed8975728995f5248cf26e100c9a8de1f4.tar.gz freebsd-ports-gnome-adb8e3ed8975728995f5248cf26e100c9a8de1f4.tar.zst freebsd-ports-gnome-adb8e3ed8975728995f5248cf26e100c9a8de1f4.zip |
- Remove dependencies on security/pf, it was removed. pf is in base since
502106
Pointy hat to: pav
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ipa/Makefile | 3 | ||||
-rw-r--r-- | sysutils/pfstat/Makefile | 9 | ||||
-rw-r--r-- | sysutils/pftop/Makefile | 14 |
3 files changed, 4 insertions, 22 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index 4b21d412aa00..36e81884f216 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -23,8 +23,7 @@ MAKE_ENV= NOPORTDOCS="${NOPORTDOCS}" .endif .ifdef WITH_PF -DEPENDS= ${PORTSDIR}/security/pf -PF_INCLUDE_DIR?= ${PREFIX}/include/pf +PF_INCLUDE_DIR?= /usr/include/net MAKE_ARGS+= PF_INCLUDE_DIR=${PF_INCLUDE_DIR} .endif diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile index e2b9387c0e73..482f14ba368a 100644 --- a/sysutils/pfstat/Makefile +++ b/sysutils/pfstat/Makefile @@ -32,15 +32,8 @@ PLIST_FILES= bin/pfstat .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= "Only for 5.0 and above" -.endif - .if ${OSVERSION} < 502106 -BUILD_DEPENDS= ${LOCALBASE}/include/pf/net/pfvar.h:${PORTSDIR}/security/pf -RUN_DEPENDS= ${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf - -CFLAGS+= -I${LOCALBASE}/include/pf +IGNORE= "Only for 5.3 and above" .endif post-patch: diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index b03dbe16f911..a8cfbd87b2b7 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -21,8 +21,8 @@ MANCOMPRESSED= no .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= Only for 5.0 and above +.if ${OSVERSION} < 502106 +IGNORE= Only for 5.3 and above .endif .if ${OSVERSION} < 502116 @@ -38,16 +38,6 @@ MAKE_ARGS= LOCALBASE="${PREFIX}" OSLEVEL=37 CFLAGS+= -DHAVE_ALTQ=1 .endif -.if ${OSVERSION} < 502106 -BUILD_DEPENDS= ${LOCALBASE}/include/pf/net/pfvar.h:${PORTSDIR}/security/pf -.if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes") -BUILD_DEPENDS+=${LOCALBASE}/include/pf/altq/altq.h:${PORTSDIR}/security/pf -.endif -RUN_DEPENDS= ${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf - -CFLAGS+= -I${LOCALBASE}/include/pf -.endif - PLIST_FILES= sbin/pftop do-install: |