diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:07:27 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:07:27 +0800 |
commit | 52c562f5731f34c841ec53731465932b1b386bc1 (patch) | |
tree | f17da2d483fe9988bea0661c549f19486317c584 /devel/p5-Log-Accounting-SVN | |
parent | 4bbf5addf372642e05a43cd37944f1625d747af8 (diff) | |
download | freebsd-ports-gnome-52c562f5731f34c841ec53731465932b1b386bc1.tar.gz freebsd-ports-gnome-52c562f5731f34c841ec53731465932b1b386bc1.tar.zst freebsd-ports-gnome-52c562f5731f34c841ec53731465932b1b386bc1.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'devel/p5-Log-Accounting-SVN')
-rw-r--r-- | devel/p5-Log-Accounting-SVN/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Log-Accounting-SVN/Makefile b/devel/p5-Log-Accounting-SVN/Makefile index de6efab82a31..cd8c57b71c39 100644 --- a/devel/p5-Log-Accounting-SVN/Makefile +++ b/devel/p5-Log-Accounting-SVN/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Perl module for accounting SVN repository -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion \ +BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \ p5-SVN-Log>=0:${PORTSDIR}/devel/p5-SVN-Log \ p5-Algorithm-Accounting>=0:${PORTSDIR}/devel/p5-Algorithm-Accounting \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple |