svn commit: r412614 - head/security/mbedtls

Pietro Cerutti gahr at FreeBSD.org
Wed Apr 6 12:32:30 UTC 2016


Author: gahr
Date: Wed Apr  6 12:32:28 2016
New Revision: 412614
URL: https://svnweb.freebsd.org/changeset/ports/412614

Log:
  security/mbedtls: add TEST_TARGET

Modified:
  head/security/mbedtls/Makefile

Modified: head/security/mbedtls/Makefile
==============================================================================
--- head/security/mbedtls/Makefile	Wed Apr  6 07:56:02 2016	(r412613)
+++ head/security/mbedtls/Makefile	Wed Apr  6 12:32:28 2016	(r412614)
@@ -13,6 +13,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/apache-2.0.txt
 
 ALL_TARGET=	no_test
+TEST_TARGET=	test
 MAKE_ENV=	SHARED=1
 USES=		gmake tar:tgz
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list