diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 05:36:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 05:36:39 +0800 |
commit | ce63afce79cdadc19f08fb68107d342b48f952a9 (patch) | |
tree | b94400f72c2b6e4dfb9741e0a6ff3bc33d232358 /net/bittwist | |
parent | 5db9c2715f2cb550af20c58ae212b7179f7759ea (diff) | |
download | freebsd-ports-gnome-ce63afce79cdadc19f08fb68107d342b48f952a9.tar.gz freebsd-ports-gnome-ce63afce79cdadc19f08fb68107d342b48f952a9.tar.zst freebsd-ports-gnome-ce63afce79cdadc19f08fb68107d342b48f952a9.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'net/bittwist')
-rw-r--r-- | net/bittwist/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/bittwist/Makefile b/net/bittwist/Makefile index 344792a64615..e7c805745f68 100644 --- a/net/bittwist/Makefile +++ b/net/bittwist/Makefile @@ -20,10 +20,4 @@ MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= bittwist.1 bittwistb.1 bittwiste.1 PLIST_FILES= bin/bittwist bin/bittwistb bin/bittwiste -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600032 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |