aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-04 16:31:14 +0800
committeraz <az@FreeBSD.org>2012-06-04 16:31:14 +0800
commit9d44c41013926a8c30dc3c4edba83dbead10ba32 (patch)
treeb31e9002da35fb5a06834f95fe880725250cb60a /x11
parent8c0f9017c3cd195061d9b1b4ff1d8782af40542a (diff)
downloadfreebsd-ports-gnome-9d44c41013926a8c30dc3c4edba83dbead10ba32.tar.gz
freebsd-ports-gnome-9d44c41013926a8c30dc3c4edba83dbead10ba32.tar.zst
freebsd-ports-gnome-9d44c41013926a8c30dc3c4edba83dbead10ba32.zip
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'x11')
-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