diff options
author | chinsan <chinsan@FreeBSD.org> | 2009-03-24 03:13:41 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2009-03-24 03:13:41 +0800 |
commit | c057f98367000e497d97044be0e043c6a667a24f (patch) | |
tree | 43b5d4be88bfc19b423d11fbab2ef001cb05f9b2 /net | |
parent | 3e2456f26f14dcf6ba7c4c3c3ed0fc91f785f6f4 (diff) | |
download | freebsd-ports-gnome-c057f98367000e497d97044be0e043c6a667a24f.tar.gz freebsd-ports-gnome-c057f98367000e497d97044be0e043c6a667a24f.tar.zst freebsd-ports-gnome-c057f98367000e497d97044be0e043c6a667a24f.zip |
- Remove dependency on Perl.
- Bump PORTREVISION
Noticed by: Nicolas Rachinsky <nicolas-2008 at rachinsky.de>
Diffstat (limited to 'net')
-rw-r--r-- | net/pptpclient/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile index 0456fce6482e..5dfb8c621aba 100644 --- a/net/pptpclient/Makefile +++ b/net/pptpclient/Makefile @@ -7,6 +7,7 @@ PORTNAME= pptpclient PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF DISTNAME= pptp-${PORTVERSION} @@ -14,8 +15,6 @@ DISTNAME= pptp-${PORTVERSION} MAINTAINER= chinsan@FreeBSD.org COMMENT= PPTP client for establishing a VPN link with an NT server -USE_PERL5= yes - MAN8= pptp.8 MAKE_ARGS= DEBUG="" |