diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 10:10:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 10:10:52 +0800 |
commit | 390824965052cc70180f9260020ce05f7bac73b3 (patch) | |
tree | de8ee9a13aa428604f4e7ec2f6467eab313deb48 /net/xboxproxy | |
parent | 30692bcf95616dd19481e08304ab4b7d2b142b8c (diff) | |
download | freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.tar.gz freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.tar.zst freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'net/xboxproxy')
-rw-r--r-- | net/xboxproxy/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/xboxproxy/Makefile b/net/xboxproxy/Makefile index f85797679ec7..c742882005e2 100644 --- a/net/xboxproxy/Makefile +++ b/net/xboxproxy/Makefile @@ -23,17 +23,10 @@ PLIST_FILES= bin/xboxproxy LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap -CONFIGURE_ARGS+= --with-pcap=${LOCALBASE} -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|libnet-config|${LIBNET_CONFIG}|g; \ s|-lnet|`${LIBNET_CONFIG} --libs`|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |