summaryrefslogtreecommitdiff
path: root/x11-fm/worker
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:49:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:49:39 +0000
commitf0d1c93f67019d7e8c46eaf26502e7daf5693df0 (patch)
treee73b0ffb00d0d468757b9774feb6e0bb2645a639 /x11-fm/worker
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fm)
Notes
Notes: svn path=/head/; revision=327780
Diffstat (limited to 'x11-fm/worker')
-rw-r--r--x11-fm/worker/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile
index e25a58ef2354..858c38ff10e6 100644
--- a/x11-fm/worker/Makefile
+++ b/x11-fm/worker/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: worker
-# Date created: 14 March 2001
-# Whom: Simon Dick <simond@irrelevant.org>
-#
+# Created by: Simon Dick <simond@irrelevant.org>
# $FreeBSD$
-#
PORTNAME= worker
PORTVERSION= 2.19.4
@@ -27,6 +23,7 @@ MAN1= worker.1
CFLAGS+= ${PTHREAD_CFLAGS}
OPTIONS_DEFINE= XFT
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MXFT}