diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 17:57:11 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 17:57:11 +0000 |
commit | 12a7f133fc9d30a5be41853eacd54410d26657c0 (patch) | |
tree | 66e8a12b010ada3298a64cbb0056ffe947a033c2 /net/vtun/Makefile | |
parent | 584a54b90df12a88511483e10d8c2e6e9c7170de (diff) | |
download | ports-12a7f133fc9d30a5be41853eacd54410d26657c0.tar.gz ports-12a7f133fc9d30a5be41853eacd54410d26657c0.zip |
Notes
Diffstat (limited to 'net/vtun/Makefile')
-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 85d05f44f033..aa2f38fe1045 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 |