aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/stlport/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile
index a10c1c704948..5a85a9049545 100644
--- a/devel/stlport/Makefile
+++ b/devel/stlport/Makefile
@@ -83,11 +83,13 @@ do-install:
${INSTALL_DATA} ${PATCH_WRKSRC}/doc/* ${DOCSDIR}
.endif
+.ifndef(PACKAGE_BUILDING)
regression-test:
(cd ${WRKSRC}/../test/unit && \
${SETENV} STLPORT_LIB_DIR="${PATCH_WRKSRC}/lib" \
${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} && \
(../../../bin/stl_unit_test || ${TRUE}) && \
(../../../bin-g/stl_unit_test || ${TRUE}) )
+.endif
.include <bsd.port.post.mk>