diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-14 00:01:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-14 00:01:06 +0000 |
commit | c1208644ca35400486a42fc4f3063e6cf0d951e6 (patch) | |
tree | ea613be69fca6d99410765377bdc7ca740954bce /x11 | |
parent | 7131a009d2be485d35534607aeba31da6f42739f (diff) | |
download | ports-c1208644ca35400486a42fc4f3063e6cf0d951e6.tar.gz ports-c1208644ca35400486a42fc4f3063e6cf0d951e6.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmxss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wmxss/Makefile b/x11/wmxss/Makefile index dd9ad018f9a2..46fadcfce315 100644 --- a/x11/wmxss/Makefile +++ b/x11/wmxss/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Run xscreensaver modules inside a WindowMaker dock +USES= uidfix USE_XORG= x11 xpm PLIST_FILES= bin/wmxss WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/Src -NO_STAGE= yes post-extract: @( cd ${WRKSRC} ; ${MAKE} clean ; ${RM} -f .nfs* ) |