svn commit: r410250 - head/textproc/xerces-c3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 6 06:19:06 UTC 2016


Author: sunpoet
Date: Sun Mar  6 06:19:05 2016
New Revision: 410250
URL: https://svnweb.freebsd.org/changeset/ports/410250

Log:
  - Add LICENSE_FILE
  - Add missing USES=iconv

Modified:
  head/textproc/xerces-c3/Makefile

Modified: head/textproc/xerces-c3/Makefile
==============================================================================
--- head/textproc/xerces-c3/Makefile	Sun Mar  6 06:19:00 2016	(r410249)
+++ head/textproc/xerces-c3/Makefile	Sun Mar  6 06:19:05 2016	(r410250)
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Validating XML parser from the Apache XML Project
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 CONFLICTS_INSTALL=	xerces-c2-[0-9]* xerces-c2-devel-[0-9]*
 
@@ -22,7 +23,7 @@ INSTALL_TARGET=	install-strip
 MAKE_ENV=	XERCESCROOT=${WRKSRC}
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
-USES=		cpe gmake libtool pathfix
+USES=		cpe gmake iconv libtool pathfix
 
 PLIST_SUB=	MAJOR_VER=${PORTVERSION:R}
 


More information about the svn-ports-all mailing list