aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-29 10:20:00 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-29 10:20:00 +0000
commit47d7ecfddff6aa8af488a1c7a703e2ff85e35678 (patch)
treef2b3b30b5c45fb5a4549ebf72c8df88a3e31e876 /net
parent4c44c06b4b67067a59ad9ec9b75e5ed68f89f06e (diff)
downloadports-47d7ecfddff6aa8af488a1c7a703e2ff85e35678.tar.gz
ports-47d7ecfddff6aa8af488a1c7a703e2ff85e35678.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/ssltunnel-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ssltunnel-client/Makefile b/net/ssltunnel-client/Makefile
index c033ce24e95f..74583d87f8f9 100644
--- a/net/ssltunnel-client/Makefile
+++ b/net/ssltunnel-client/Makefile
@@ -36,7 +36,7 @@ WITHOUT_GNOME= yes
.if ${HAVE_GNOME:Mgtk12}!=""
USE_GNOME= gtk12
USE_PERL5= yes
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
+RUN_DEPENDS= p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk
MAN1+= gpppclient.1
BUILD_PERLGTK= yes
.endif