diff options
author | flz <flz@FreeBSD.org> | 2005-06-01 03:58:33 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-01 03:58:33 +0800 |
commit | 5b372079a6c8b1f8ed710caa881e4fb9018924fa (patch) | |
tree | 5f0d14e685673bea4e3f36c8c69bae74d5def598 /net | |
parent | 3f781ad56ee884ab52625926e03c9d15f2d4973e (diff) | |
download | freebsd-ports-gnome-5b372079a6c8b1f8ed710caa881e4fb9018924fa.tar.gz freebsd-ports-gnome-5b372079a6c8b1f8ed710caa881e4fb9018924fa.tar.zst freebsd-ports-gnome-5b372079a6c8b1f8ed710caa881e4fb9018924fa.zip |
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'net')
-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 |