diff options
Diffstat (limited to 'net/xboxproxy/Makefile')
-rw-r--r-- | net/xboxproxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/xboxproxy/Makefile b/net/xboxproxy/Makefile index b263b6b..a93ef50 100644 --- a/net/xboxproxy/Makefile +++ b/net/xboxproxy/Makefile @@ -6,6 +6,7 @@ PORTNAME= xboxproxy PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.csh.rit.edu/~psionic/projects/xboxproxy/ DISTNAME= proxy-${PORTVERSION} @@ -13,7 +14,7 @@ DISTNAME= proxy-${PORTVERSION} MAINTAINER= ports@mawer.org COMMENT= A proxy for the XBox system link protocol -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet +BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10 GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=xbox |