diff options
author | Romain Tartière <romain@FreeBSD.org> | 2011-09-14 13:35:43 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2011-09-14 13:35:43 +0000 |
commit | d0b959c026cac7bf0991f377541eeaa31f09d590 (patch) | |
tree | fa5a3fecb4a98e7acac92cb454eea2aa64c0a1db /x11 | |
parent | 9034338fcfcb9598d93f1fb2bde3ce6f2cca75c9 (diff) | |
download | ports-d0b959c026cac7bf0991f377541eeaa31f09d590.tar.gz ports-d0b959c026cac7bf0991f377541eeaa31f09d590.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xautolock/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index a8fa4620c805..b3b54e9b2ffc 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -13,10 +13,16 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/screensavers EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= romain@FreeBSD.org COMMENT= Used to activate xlock after a user defined time of inactivity -RUN_DEPENDS= xlock:${PORTSDIR}/x11/xlockmore +OPTIONS= XLOCK "Force dependency on x11/xlockmore" on + +.include <bsd.port.options.mk> + +.if defined(WITH_XLOCK) +RUN_DEPENDS+= xlock:${PORTSDIR}/x11/xlockmore +.endif USE_IMAKE= yes USE_XORG= x11 xext xscrnsaver |