Date: Wed, 31 Jul 2013 08:13:51 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324016 - head/x11/xautolock Message-ID: <201307310813.r6V8Dp82072325@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Jul 31 08:13:51 2013 New Revision: 324016 URL: http://svnweb.freebsd.org/changeset/ports/324016 Log: - Unbreak parallel (-jX) builds (have to use GNU make) - Move USE* knobs earlier in Makefile, before OPTIONS - Contract COMMAND and make it more readable while here Modified: head/x11/xautolock/Makefile Modified: head/x11/xautolock/Makefile ============================================================================== --- head/x11/xautolock/Makefile Wed Jul 31 07:45:04 2013 (r324015) +++ head/x11/xautolock/Makefile Wed Jul 31 08:13:51 2013 (r324016) @@ -10,7 +10,10 @@ MASTER_SITE_SUBDIR= X11/screensavers EXTRACT_SUFX= .tgz MAINTAINER= romain@FreeBSD.org -COMMENT= Used to activate xlock after a user defined time of inactivity +COMMENT= Activate xlock after a user defined time of inactivity + +USES= imake gmake # gmake is needed for -jX builds +USE_XORG= x11 xext xscrnsaver OPTIONS_DEFINE= XLOCK OPTIONS_DEFAULT= XLOCK @@ -18,9 +21,6 @@ XLOCK_DESC= Force dependency on x11/xloc XLOCK_RUN_DEPENDS= xlock:${PORTSDIR}/x11/xlockmore -USES= imake -USE_XORG= x11 xext xscrnsaver -MAKE_JOBS_UNSAFE= yes MAN1= xautolock.1 PLIST_FILES= bin/xautolock
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307310813.r6V8Dp82072325>