aboutsummaryrefslogtreecommitdiff
path: root/graphics/plotutils/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-13 22:34:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-13 22:34:54 +0000
commit4bd7f5e792ab7de60114879958e307dd7fc5a68e (patch)
tree5c2e16780587734cb745005ea56f194164b6a260 /graphics/plotutils/Makefile
parent5b3f3dd953448e0ec3ddc609dbf53a005662635d (diff)
downloadports-4bd7f5e792ab7de60114879958e307dd7fc5a68e.tar.gz
ports-4bd7f5e792ab7de60114879958e307dd7fc5a68e.zip
- Switch to new test framework
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=403694
Diffstat (limited to 'graphics/plotutils/Makefile')
-rw-r--r--graphics/plotutils/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index d5a2e73613a9..3ce2dae69a50 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -17,16 +17,11 @@ USES= gmake motif libtool # parallel builds are broken with bmake(1)
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif
USE_LDCONFIG= yes
+TEST_TARGET= check
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INFO= libxmi plotutils
-test: build
- @${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} ${_MAKE_JOBS} \
- ${MAKE_ARGS} check
-
-regression-test: test
-
.include <bsd.port.mk>