Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2020 02:28:32 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524801 - head/devel/libunistring
Message-ID:  <202002020228.0122SWSd061539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@pyret.net
  Approved by:	takefu@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002020228.0122SWSd061539>