aboutsummaryrefslogtreecommitdiff
path: root/graphics/ilmbase/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ilmbase/Makefile')
-rw-r--r--graphics/ilmbase/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile
index f4a5be99b26b..997c6361a1bc 100644
--- a/graphics/ilmbase/Makefile
+++ b/graphics/ilmbase/Makefile
@@ -25,6 +25,10 @@ USE_AUTOTOOLS= libtool:15
test check: build
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
+.if defined(PACKAGE_BUILDING)
+pre-install: test
+.endif
+
.include <bsd.port.pre.mk>
.if defined(WITH_THREAD)