svn commit: r324016 - head/x11/xautolock

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jul 31 08:13:52 UTC 2013


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 at 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
 


More information about the svn-ports-all mailing list