aboutsummaryrefslogtreecommitdiff
path: root/x11/p5-X11-IdleTime
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-04 08:31:14 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-04 08:31:14 +0000
commit24374f6b476eef87d6c06c6c94519992faf7a610 (patch)
tree9c2341a0f83580c47ceb27f43687579284650b0e /x11/p5-X11-IdleTime
parent95b164bae683ae6cb11d75d9725d0572d4f8c80c (diff)
downloadports-24374f6b476eef87d6c06c6c94519992faf7a610.tar.gz
ports-24374f6b476eef87d6c06c6c94519992faf7a610.zip
- Remove SITE_PERL from *_DEPENDS
Notes
Notes: svn path=/head/; revision=298340
Diffstat (limited to 'x11/p5-X11-IdleTime')
-rw-r--r--x11/p5-X11-IdleTime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/p5-X11-IdleTime/Makefile b/x11/p5-X11-IdleTime/Makefile
index 97af62f30f19..8b90be9897d8 100644
--- a/x11/p5-X11-IdleTime/Makefile
+++ b/x11/p5-X11-IdleTime/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that reports number of seconds that X11 has been idle
-BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline \
- ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
+BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
+ p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes