aboutsummaryrefslogtreecommitdiffstats
path: root/devel/protobuf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/protobuf/Makefile')
-rw-r--r--devel/protobuf/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile
index cf99f5871791..3642948a945a 100644
--- a/devel/protobuf/Makefile
+++ b/devel/protobuf/Makefile
@@ -16,6 +16,7 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
ONLY_FOR_ARCHS= amd64 armv6 i386
PATHFIX_MAKEFILEIN= Makefile.am
+TEST_TARGET= check
USE_CSTD= c99 # for audio/clementine-player support
USE_LDCONFIG= yes
USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2
@@ -23,7 +24,4 @@ USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2
GH_ACCOUNT= google
USE_GITHUB= yes
-regression-test test: build
- cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check
-
.include <bsd.port.mk>