summaryrefslogtreecommitdiff
path: root/x11/tk-Tix
diff options
context:
space:
mode:
authordillo <dillo>2003-02-17 15:27:58 +0000
committerdillo <dillo>2003-02-17 15:27:58 +0000
commit2c8802789806b9ddef6e800c82359872ee24551f (patch)
tree1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /x11/tk-Tix
parent83e8d7237280e315a0f683c2ed6a48dc403586cb (diff)
downloadpkgsrc-2c8802789806b9ddef6e800c82359872ee24551f.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/Makefile6
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"