diff options
author | danfe <danfe@FreeBSD.org> | 2013-07-31 16:13:51 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-07-31 16:13:51 +0800 |
commit | d9c00002cc855f272d6e21740560c552dcd5a94b (patch) | |
tree | 16acc3bba17a656e928ab57dd85acc200896995d /x11 | |
parent | 2e122afeb18689abdfd81a345c400991cb4d5809 (diff) | |
download | freebsd-ports-gnome-d9c00002cc855f272d6e21740560c552dcd5a94b.tar.gz freebsd-ports-gnome-d9c00002cc855f272d6e21740560c552dcd5a94b.tar.zst freebsd-ports-gnome-d9c00002cc855f272d6e21740560c552dcd5a94b.zip |
- 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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xautolock/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index 5ad3018b58ac..9bdce3d7fd3e 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -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/xlockmore 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 |