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 /www/p5-Sledge | |
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 'www/p5-Sledge')
-rw-r--r-- | www/p5-Sledge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Sledge/Makefile b/www/p5-Sledge/Makefile index 1d0b925d4a76..df86dc9bfb45 100644 --- a/www/p5-Sledge/Makefile +++ b/www/p5-Sledge/Makefile @@ -21,7 +21,7 @@ DEPRECATED= depends on mod_perl 1 which is gone BUILD_DEPENDS= ${PM_DEPENDS} RUN_DEPENDS= ${PM_DEPENDS} -PM_DEPENDS= ${SITE_PERL}/Bundle/Sledge.pm:${PORTSDIR}/www/p5-Bundle-Sledge +PM_DEPENDS= p5-Bundle-Sledge>=0:${PORTSDIR}/www/p5-Bundle-Sledge PERL_CONFIGURE= yes |