diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/vtun/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 85d05f4..aa2f38f 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -7,6 +7,7 @@ PORTNAME= vtun PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Virtual Tunnels over TCP/IP networks with traffic shaping -LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo +LIB_DEPENDS= lzo.2:${PORTSDIR}/archivers/lzo MAN5= vtund.conf.5 MAN8= vtund.8 |