diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-29 06:07:38 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-29 06:07:38 +0000 |
commit | 031c0125ab0f5d1589b9c347fa5c32c4b1513d10 (patch) | |
tree | 275024578c592755779f8baf9b49178d462873c5 /net/pfflowd/Makefile | |
parent | 47b73671b1b34ed7bc2049214f2a3033e7292be4 (diff) | |
download | ports-031c0125ab0f5d1589b9c347fa5c32c4b1513d10.tar.gz ports-031c0125ab0f5d1589b9c347fa5c32c4b1513d10.zip |
Notes
Diffstat (limited to 'net/pfflowd/Makefile')
-rw-r--r-- | net/pfflowd/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/pfflowd/Makefile b/net/pfflowd/Makefile index df00781146fe..1fe3a47b767b 100644 --- a/net/pfflowd/Makefile +++ b/net/pfflowd/Makefile @@ -21,16 +21,13 @@ PLIST_FILES= sbin/pfflowd .include <bsd.port.pre.mk> -.if ${OSVERSION} < 502106 -IGNORE= only for 5.3 and above -.endif - .if ${OSVERSION} < 502119 -EXTRA_PATCHES+= ${FILESDIR}/pf34-Makefile +IGNORE= only for 5.3 and above .endif -.if ${OSVERSION} < 700000 -BROKEN= does not compile +.if ${OSVERSION} < 700049 +MAKE_ENV+= OLD_PFSYNC=1 +EXTRA_PATCHES+= ${FILESDIR}/pf37-pfflowd.c .endif pre-build: |