svn commit: r524801 - head/devel/libunistring

Steve Wills swills at FreeBSD.org
Sun Feb 2 02:28:33 UTC 2020


Author: swills
Date: Sun Feb  2 02:28:32 2020
New Revision: 524801
URL: https://svnweb.freebsd.org/changeset/ports/524801

Log:
  devel/libunistring: Remove gmake dependency and enable test
  
  No PORTREVISION bump because package is not changed
  
  PR:		243280
  Submitted by:	daniel.engberg.lists at pyret.net
  Approved by:	takefu at airport.fm (maintainer)

Modified:
  head/devel/libunistring/Makefile   (contents, props changed)

Modified: head/devel/libunistring/Makefile
==============================================================================
--- head/devel/libunistring/Makefile	Sun Feb  2 02:04:47 2020	(r524800)
+++ head/devel/libunistring/Makefile	Sun Feb  2 02:28:32 2020	(r524801)
@@ -15,7 +15,7 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LIB
 LICENSE_FILE_GFDL=	${WRKSRC}/doc/libunistring.texi
 
-USES=		alias charsetfix gmake iconv libtool tar:xz
+USES=		alias charsetfix iconv libtool tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
@@ -23,5 +23,7 @@ INFO=		${PORTNAME}
 
 OPTIONS_DEFINE=	DOCS
 CONFIGURE_ARGS=	--disable-static
+
+TEST_TARGET=	check
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list