diff options
author | chinsan <chinsan@FreeBSD.org> | 2009-03-24 03:25:39 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2009-03-24 03:25:39 +0800 |
commit | 7fd3ec9d6df01c74cf3054e5111e2775b691baed (patch) | |
tree | 62b45d5e88e7a0dc72e4c5a6aa0fe80ea47045fd /net | |
parent | 2b205879d3e9d2d82b43a11739b5d6bcfc62224e (diff) | |
download | freebsd-ports-gnome-7fd3ec9d6df01c74cf3054e5111e2775b691baed.tar.gz freebsd-ports-gnome-7fd3ec9d6df01c74cf3054e5111e2775b691baed.tar.zst freebsd-ports-gnome-7fd3ec9d6df01c74cf3054e5111e2775b691baed.zip |
- Add Perl as dependcy for install (pod2man) and perl scripts (ie. pptpsetup).
- Bump PORTREVISION
Diffstat (limited to 'net')
-rw-r--r-- | net/pptpclient/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile index 5dfb8c621aba..dcff1e6f453a 100644 --- a/net/pptpclient/Makefile +++ b/net/pptpclient/Makefile @@ -7,7 +7,7 @@ PORTNAME= pptpclient PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF DISTNAME= pptp-${PORTVERSION} @@ -15,6 +15,8 @@ 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="" |