diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-23 23:40:55 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-23 23:40:55 +0000 |
commit | 950f40047f7090094df311bc701357115afbfc90 (patch) | |
tree | 20234373d2e8665061178d6819d71330fd00ca2c /x11 | |
parent | 3a28754e3d5eaa4733b2feda006561e52c021f02 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-X11-IdleTime/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/p5-X11-IdleTime/Makefile b/x11/p5-X11-IdleTime/Makefile index 05faeee2fac1..4e78900fdf4b 100644 --- a/x11/p5-X11-IdleTime/Makefile +++ b/x11/p5-X11-IdleTime/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline \ ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_UNSAFE= yes + USE_XORG= x11 xscrnsaver PERL_CONFIGURE= 5.8.0+ |