summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorsnj <snj>2009-09-12 18:12:13 +0000
committersnj <snj>2009-09-12 18:12:13 +0000
commit2313904ef27e810c4a118304dc2660baeeca8d1c (patch)
treef36ed514e6b6d4833d6cfff59a56fc433b664e65 /x11
parent115103eb0f242d15dca827016b2c37467ee9b557 (diff)
downloadpkgsrc-2313904ef27e810c4a118304dc2660baeeca8d1c.tar.gz
Add 'clean' to PRIVILEGED_STAGES.
Diffstat (limited to 'x11')
-rw-r--r--x11/tk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile
index 850abeef690..ddeef454e77 100644
--- a/x11/tk/Makefile
+++ b/x11/tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2009/08/20 15:25:01 jwise Exp $
+# $NetBSD: Makefile,v 1.64 2009/09/12 18:12:13 snj Exp $
DISTNAME= tk${TK_VERSION}-src
PKGNAME= tk-${TK_VERSION}
@@ -27,6 +27,8 @@ CONFIGURE_ENV+= LIB_RUNTIME_DIR=${PREFIX}/lib
MAKE_ENV+= TOUCH=${TOUCH:Q}
PTHREAD_OPTS+= require
+PRIVILEGED_STAGES+= clean
+
TEST_TARGET= test
.include "../../lang/tcl/buildlink3.mk"