diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-08-30 10:41:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-08-30 10:41:41 +0000 |
commit | e74370a1593d3b17fe1f9736a22becdfb2d60bc5 (patch) | |
tree | 50df89296791669d3a15c457b3661f8a1749d0f1 /net/ssltunnel-client | |
parent | 8d31b560f82d50126b84ee8ee97e528264f62a04 (diff) | |
download | ports-e74370a1593d3b17fe1f9736a22becdfb2d60bc5.tar.gz ports-e74370a1593d3b17fe1f9736a22becdfb2d60bc5.zip |
Conditionally uses Perl, so needs WANT_PERL before inclusion of
bsd.port.pre.mk.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=240563
Diffstat (limited to 'net/ssltunnel-client')
-rw-r--r-- | net/ssltunnel-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ssltunnel-client/Makefile b/net/ssltunnel-client/Makefile index 5ae303591191..9a952a21a3ff 100644 --- a/net/ssltunnel-client/Makefile +++ b/net/ssltunnel-client/Makefile @@ -23,6 +23,7 @@ MAN1= pppclient.1 MAN5= ssltunnelrc.5 WANT_GNOME= yes +WANT_PERL= yes .if defined(PACKAGE_BUILDING) WITHOUT_GNOME= yes |