diff options
author | snj <snj@pkgsrc.org> | 2009-09-12 18:12:13 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2009-09-12 18:12:13 +0000 |
commit | 1a1e963b712e559ae9118cbff2064510f4e21a10 (patch) | |
tree | f36ed514e6b6d4833d6cfff59a56fc433b664e65 /x11/tk | |
parent | 83a44b71fa9d611dc820f2f55949e6ef43e7996c (diff) | |
download | pkgsrc-1a1e963b712e559ae9118cbff2064510f4e21a10.tar.gz |
Add 'clean' to PRIVILEGED_STAGES.
Diffstat (limited to 'x11/tk')
-rw-r--r-- | x11/tk/Makefile | 4 |
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" |