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 /net | |
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 'net')
-rw-r--r-- | net/pfflowd/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/pfflowd/Makefile b/net/pfflowd/Makefile index 4f7287e76974..565a07888987 100644 --- a/net/pfflowd/Makefile +++ b/net/pfflowd/Makefile @@ -20,19 +20,14 @@ PLIST_FILES= sbin/pfflowd \ .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} < 502119 EXTRA_PATCHES+= ${FILESDIR}/pf34-Makefile .endif -.if ${OSVERSION} < 502106 -BUILD_DEPENDS= ${LOCALBASE}/include/pf/net/pfvar.h:${PORTSDIR}/security/pf -RUN_DEPENDS= ${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf -.endif - post-patch: ${SED} -e 's|@@PREFIX@@|${PREFIX}|g' < ${FILESDIR}/pfflowd.sh.sample \ > ${WRKSRC}/pfflowd.sh.sample |