diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-01 15:55:51 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-01 15:55:51 +0000 |
commit | 0c3973bd375732cc0a7771ab525ba239b2ce7ca4 (patch) | |
tree | 5afef7b123ed86f9535fc58287999419de89576c | |
parent | ce2f4d96465508674eb7bc5ebd0e8f9445d40555 (diff) | |
download | FreeBSD-ports-0c3973bd375732cc0a7771ab525ba239b2ce7ca4.zip FreeBSD-ports-0c3973bd375732cc0a7771ab525ba239b2ce7ca4.tar.gz |
- Convert to new test framework
-rw-r--r-- | graphics/lcms2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/lcms2/Makefile b/graphics/lcms2/Makefile index 3841195..b8587c7 100644 --- a/graphics/lcms2/Makefile +++ b/graphics/lcms2/Makefile @@ -22,6 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip LDFLAGS+= -L${LOCALBASE}/lib +TEST_TARGET= check USE_LDCONFIG= yes USES= libtool pathfix @@ -39,7 +40,4 @@ post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR}/ -regression-test test: build - cd ${WRKSRC}/testbed/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check - .include <bsd.port.mk> |