diff options
Diffstat (limited to 'x11/tk/Makefile')
-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" |