diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-01 15:55:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-01 15:55:47 +0000 |
commit | 8e4e8bd9f69be4d7af4e94b18c567d9997630a70 (patch) | |
tree | feae885024cfd7449e5a414761076e92a8c4258c /graphics/lcms/Makefile | |
parent | c5615c7f39850eeedd597e920cd5b1b4c5db6568 (diff) | |
download | ports-8e4e8bd9f69be4d7af4e94b18c567d9997630a70.tar.gz ports-8e4e8bd9f69be4d7af4e94b18c567d9997630a70.zip |
Notes
Diffstat (limited to 'graphics/lcms/Makefile')
-rw-r--r-- | graphics/lcms/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index 097e3af0466a..2b7dd752a3f4 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -24,6 +24,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 @@ -46,7 +47,4 @@ post-install: cd ${WRKSRC}/ && ${INSTALL_DATA} doc/LCMSAPI.TXT doc/TUTORIAL.TXT tifficc/tifficc.c \ jpegicc/jpegicc.c jpegicc/iccjpeg.c samples/wtpt.c samples/icctrans.c ${STAGEDIR}${DOCSDIR}/ -regression-test test: build - cd ${WRKSRC}/testbed/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check - .include <bsd.port.mk> |