diff options
author | culot <culot@FreeBSD.org> | 2012-06-05 02:08:03 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-05 02:08:03 +0800 |
commit | 7285fdc2abbe6fc33aa455af4d2b3eeba33a6cd7 (patch) | |
tree | 14d98852a47aa21363e5e5bfc4bf9cb8f263b5ad /textproc/p5-Regexp-Log-Common | |
parent | ef789add2892c5da157aa526a72d75f13f5ff0e2 (diff) | |
download | freebsd-ports-gnome-7285fdc2abbe6fc33aa455af4d2b3eeba33a6cd7.tar.gz freebsd-ports-gnome-7285fdc2abbe6fc33aa455af4d2b3eeba33a6cd7.tar.zst freebsd-ports-gnome-7285fdc2abbe6fc33aa455af4d2b3eeba33a6cd7.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'textproc/p5-Regexp-Log-Common')
-rw-r--r-- | textproc/p5-Regexp-Log-Common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Regexp-Log-Common/Makefile b/textproc/p5-Regexp-Log-Common/Makefile index eb40c495458d..9506390c43b0 100644 --- a/textproc/p5-Regexp-Log-Common/Makefile +++ b/textproc/p5-Regexp-Log-Common/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Regexp::Log::Common, a parser for the Common Log Format -RUN_DEPENDS= ${SITE_PERL}/Regexp/Log.pm:${PORTSDIR}/textproc/p5-Regexp-Log +RUN_DEPENDS= p5-Regexp-Log>=0:${PORTSDIR}/textproc/p5-Regexp-Log BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |