diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 14:54:36 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 14:54:36 +0000 |
commit | e47ac01488c933a3a8a38b32ba35d4f9c4992493 (patch) | |
tree | 91f65c922c2cbbcdd7ea9f42b5c0a34dcfedcb0c /net/ssltunnel-client | |
parent | 3796ff69397692329dd89edad8abbabebdc2e36c (diff) | |
download | ports-e47ac01488c933a3a8a38b32ba35d4f9c4992493.tar.gz ports-e47ac01488c933a3a8a38b32ba35d4f9c4992493.zip |
Notes
Diffstat (limited to 'net/ssltunnel-client')
-rw-r--r-- | net/ssltunnel-client/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ssltunnel-client/Makefile b/net/ssltunnel-client/Makefile index fe2043c4fa91..e0fb37c58231 100644 --- a/net/ssltunnel-client/Makefile +++ b/net/ssltunnel-client/Makefile @@ -25,7 +25,6 @@ MAN1= pppclient.1 MAN5= ssltunnelrc.5 WANT_GNOME= yes -WANT_PERL= yes .if defined(PACKAGE_BUILDING) WITHOUT_GNOME= yes @@ -35,7 +34,7 @@ WITHOUT_GNOME= yes .if ${HAVE_GNOME:Mgtk12}!="" USE_GNOME= gtk12 -USE_PERL5= yes +USES+= perl5 RUN_DEPENDS= p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk MAN1+= gpppclient.1 BUILD_PERLGTK= yes |