summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-29 11:04:34 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-29 11:04:34 +0000
commit7c2ce3b0d85a5ca0909bb98e5c6c29e079e8726b (patch)
tree8dd01e702d1d2503cd1444c7d702d66472a07e2a /devel
parent- Remove SITE_PERL from *_DEPENDS (diff)
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300213
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-MockTime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Test-MockTime/Makefile b/devel/p5-Test-MockTime/Makefile
index 93775e7be715..55333064e279 100644
--- a/devel/p5-Test-MockTime/Makefile
+++ b/devel/p5-Test-MockTime/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= timur@FreeBSD.org
COMMENT= Replaces actual time with simulated time
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece
+BUILD_DEPENDS= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece
+RUN_DEPENDS= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece
PERL_CONFIGURE= yes