Index: mail/spamd/Makefile =================================================================== RCS file: /cvsdrop/mlaier/fcvs/ports/mail/spamd/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- mail/spamd/Makefile 29 Sep 2003 23:01:21 -0000 1.1 +++ mail/spamd/Makefile 8 Mar 2004 22:53:48 -0000 @@ -14,8 +14,6 @@ MAINTAINER= max@love2party.net COMMENT= Traps spammers with a very slow smtp-login and return 4xx error -RUN_DEPENDS= ${LOCALBASE}/sbin/pfctl:${PORTSDIR}/security/pf - .if !defined(BATCH) && !defined(PACKAGE_BUILDING) IS_INTERACTIVE= yes .endif @@ -34,6 +32,10 @@ .if ${OSVERSION} < 500000 IGNORE= "Only for 5.0 and above" +.endif + +.if ${OSVERSION} < 502106 +RUN_DEPENDS= ${LOCALBASE}/sbin/pfctl:${PORTSDIR}/security/pf .endif post-patch: