diff options
author | az <az@FreeBSD.org> | 2012-06-30 00:47:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 00:47:42 +0800 |
commit | 5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae (patch) | |
tree | 6c92964daaa632260369a3b1af695c201e7f3fcb /ftp | |
parent | a69df40abcf6c0679144d4bfbc59ecd188480438 (diff) | |
download | freebsd-ports-gnome-5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae.tar.gz freebsd-ports-gnome-5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae.tar.zst freebsd-ports-gnome-5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpmirror/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index 8364b92f4783..61ce3fa19a3b 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.sai.msu.su/pub/unix/FTP/mirror/ MAINTAINER= garga@FreeBSD.org COMMENT= An utility to mirror directory hierarchy with FTP -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 +RUN_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 USE_PERL5= yes GNU_CONFIGURE= yes |