aboutsummaryrefslogtreecommitdiff
path: root/net/xboxproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/xboxproxy/Makefile')
-rw-r--r--net/xboxproxy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/xboxproxy/Makefile b/net/xboxproxy/Makefile
index 4587e5ea1109..b263b6bc6ad6 100644
--- a/net/xboxproxy/Makefile
+++ b/net/xboxproxy/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= xboxproxy
-PORTVERSION= 1.9
+PORTVERSION= 2.1
CATEGORIES= net
MASTER_SITES= http://www.csh.rit.edu/~psionic/projects/xboxproxy/
DISTNAME= proxy-${PORTVERSION}
@@ -17,14 +17,14 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=xbox
-USE_GMAKE= yes
PLIST_FILES= bin/xboxproxy
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-BROKEN= "Doesn't build on FreeBSD < 5.x"
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
+CONFIGURE_ARGS+= --with-pcap=${LOCALBASE}
.endif
.include <bsd.port.post.mk>