diff options
author | linimon <linimon@FreeBSD.org> | 2009-08-30 18:41:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-08-30 18:41:41 +0800 |
commit | b29a905355a12ad9d7cc4d3b52b5c949c3744962 (patch) | |
tree | c6bd5e39c5914eb1586c2e95acbf29bb49035930 /net | |
parent | ae97ead1208f8d6b115cae52437bf00efcb5685f (diff) | |
download | freebsd-ports-gnome-b29a905355a12ad9d7cc4d3b52b5c949c3744962.tar.gz freebsd-ports-gnome-b29a905355a12ad9d7cc4d3b52b5c949c3744962.tar.zst freebsd-ports-gnome-b29a905355a12ad9d7cc4d3b52b5c949c3744962.zip |
Conditionally uses Perl, so needs WANT_PERL before inclusion of
bsd.port.pre.mk.
Hat: portmgr
Diffstat (limited to 'net')
-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 |