aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-07 17:13:19 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-07 17:13:19 +0000
commit8e6d2aef69e89881a47665edf30356670d0e034d (patch)
tree217543b352f8ab8dd589868baf2b1a07a6e84eda /net
parent9efc2392c622d4e3b0db6b4bb8feef584fa4b926 (diff)
downloadports-8e6d2aef69e89881a47665edf30356670d0e034d.tar.gz
ports-8e6d2aef69e89881a47665edf30356670d0e034d.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/xboxproxy/Makefile6
-rw-r--r--net/xboxproxy/distinfo4
2 files changed, 5 insertions, 5 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>
diff --git a/net/xboxproxy/distinfo b/net/xboxproxy/distinfo
index 95646a607a8f..08f91dbd2ba0 100644
--- a/net/xboxproxy/distinfo
+++ b/net/xboxproxy/distinfo
@@ -1,2 +1,2 @@
-MD5 (proxy-1.9.tar.gz) = ac9bbf18833959399b0214bf97899221
-SIZE (proxy-1.9.tar.gz) = 119703
+MD5 (proxy-2.1.tar.gz) = 5fa352eef355192a53a44b36942c6022
+SIZE (proxy-2.1.tar.gz) = 119717