diff options
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 |