diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 19:58:33 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 19:58:33 +0000 |
commit | 4f02559f478d051d259832a1f195c7982d9bc0d3 (patch) | |
tree | 91ac0497e1016dce831ce03f77a6bb5976e39d59 /net/vtun | |
parent | d33e66fe215621c19d88d7ff234cae9dd3ea7015 (diff) | |
download | ports-4f02559f478d051d259832a1f195c7982d9bc0d3.tar.gz ports-4f02559f478d051d259832a1f195c7982d9bc0d3.zip |
Notes
Diffstat (limited to 'net/vtun')
-rw-r--r-- | net/vtun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index aa2f38fe1045..bf83bb6bbc6d 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -7,7 +7,7 @@ PORTNAME= vtun PORTVERSION= 2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Virtual Tunnels over TCP/IP networks with traffic shaping -LIB_DEPENDS= lzo.2:${PORTSDIR}/archivers/lzo +LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo MAN5= vtund.conf.5 MAN8= vtund.8 |