summaryrefslogtreecommitdiff
path: root/x11/p5-X11-IdleTime
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2007-01-12 13:39:06 +0000
committerMathieu Arnold <mat@FreeBSD.org>2007-01-12 13:39:06 +0000
commit2916024e8e0bb52eef5027ace5668b8aee949df9 (patch)
tree3c540787a6bdd8d200b20876b61aaf5e0f181af5 /x11/p5-X11-IdleTime
parent* Migrate to gfortran. (diff)
Add missing dependency
Pointed out by: krisbot's mail
Notes
Notes: svn path=/head/; revision=182206
Diffstat (limited to 'x11/p5-X11-IdleTime')
-rw-r--r--x11/p5-X11-IdleTime/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/p5-X11-IdleTime/Makefile b/x11/p5-X11-IdleTime/Makefile
index 61b951b4359b..6c455d558e25 100644
--- a/x11/p5-X11-IdleTime/Makefile
+++ b/x11/p5-X11-IdleTime/Makefile
@@ -7,6 +7,7 @@
PORTNAME= X11-IdleTime
PORTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= X11
@@ -15,7 +16,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
+BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline \
+ ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_XLIB= yes