diff options
author | naddy <naddy@FreeBSD.org> | 2013-08-02 04:22:27 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2013-08-02 04:22:27 +0800 |
commit | a82b907aea4e9ec9b519ffbac4da94897f86ba30 (patch) | |
tree | 7bb62db90d2a538c347e596844736cd7fe4d260b /x11 | |
parent | 689bca54941178ad6f874174097ff9a51ba9c959 (diff) | |
download | freebsd-ports-gnome-a82b907aea4e9ec9b519ffbac4da94897f86ba30.tar.gz freebsd-ports-gnome-a82b907aea4e9ec9b519ffbac4da94897f86ba30.tar.zst freebsd-ports-gnome-a82b907aea4e9ec9b519ffbac4da94897f86ba30.zip |
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlogout/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/xlogout/Makefile b/x11/xlogout/Makefile index a9ea9517dec1..09f6f51c766d 100644 --- a/x11/xlogout/Makefile +++ b/x11/xlogout/Makefile @@ -13,7 +13,6 @@ COMMENT= Simple logout button USES= imake WRKSRC= ${WRKDIR}/xlogout USE_XORG= ice sm x11 xaw xext xmu xpm xt -MAKE_JOBS_SAFE= yes MAN1= xlogout.1 PLIST_FILES= bin/xlogout \ |