diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-06 21:51:02 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-06 21:51:02 +0000 |
commit | 6bf08a4d7abace2be1d75f0a98a686adb8efb15a (patch) | |
tree | 451eece697c7b522900b7842f2cc7bd030467e3a /x11/wmmatrix | |
parent | - Update from 2.15.0 to 2.15.1 [1] (diff) |
Mark seven unmaintained ports as jobs unsafe.
Notes
Notes:
svn path=/head/; revision=329631
Diffstat (limited to 'x11/wmmatrix')
-rw-r--r-- | x11/wmmatrix/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/wmmatrix/Makefile b/x11/wmmatrix/Makefile index 3f1964385839..2a4980f7e6a5 100644 --- a/x11/wmmatrix/Makefile +++ b/x11/wmmatrix/Makefile @@ -10,10 +10,12 @@ MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \ DISTNAME= wmMatrix-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A DockApp that runs a version of the xmatrix screenhack +COMMENT= DockApp that runs a version of the xmatrix screenhack + +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/wmmatrix -USE_GMAKE= yes +USES= gmake USE_XORG= xpm ALL_TARGET= clean all |