diff options
Diffstat (limited to 'net/x2goclient-cli/Makefile')
-rw-r--r-- | net/x2goclient-cli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/x2goclient-cli/Makefile b/net/x2goclient-cli/Makefile index fc342ca..26621bc 100644 --- a/net/x2goclient-cli/Makefile +++ b/net/x2goclient-cli/Makefile @@ -14,8 +14,8 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= arved@FreeBSD.org COMMENT= The x2go perl client -RUN_DEPENDS= ${SITE_PERL}/Proc/Simple.pm:${PORTSDIR}/devel/p5-Proc-Simple \ - ${SITE_PERL}/Term/ReadPassword.pm:${PORTSDIR}/devel/p5-Term-ReadPassword \ +RUN_DEPENDS= p5-Proc-Simple>=0:${PORTSDIR}/devel/p5-Proc-Simple \ + p5-Term-ReadPassword>=0:${PORTSDIR}/devel/p5-Term-ReadPassword \ nxproxy:${PORTSDIR}/net/nxproxy LICENSE= GPLv2 |