diff options
author | dillo <dillo@pkgsrc.org> | 2003-02-17 15:27:58 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-02-17 15:27:58 +0000 |
commit | 5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54 (patch) | |
tree | 1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /x11/tk-Tix | |
parent | f1349125eb73cfee536105a66c0bab7c5347b686 (diff) | |
download | pkgsrc-5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54.tar.gz |
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'x11/tk-Tix')
-rw-r--r-- | x11/tk-Tix/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/tk-Tix/Makefile b/x11/tk-Tix/Makefile index d0a2692db43..108538bed4d 100644 --- a/x11/tk-Tix/Makefile +++ b/x11/tk-Tix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/25 21:52:46 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2003/02/17 15:28:03 dillo Exp $ # DISTNAME= tix8.2.0b1 @@ -19,9 +19,7 @@ CONFIGURE_ARGS+= --enable-shared --with-tcl=${BUILDLINK_PREFIX.tcl}/lib \ --disable-stubs MAKE_ENV+= TCL_DIR=${BUILDLINK_PREFIX.tcl} MAKE_ENV+= TK_DIR=${BUILDLINK_PREFIX.tk} - -test: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} test +TEST_TARGET= test .include "../../x11/tk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |