From 3ba03fca82bbb5c23d6a35130c470ab789eac4b9 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 14 Sep 2005 23:27:00 +0000 Subject: - Remove dependencies on security/pf, it was removed. pf is in base since 502106 Pointy hat to: pav --- net/pfflowd/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'net/pfflowd') 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 -.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 -- cgit v1.2.3