diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-06 06:19:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-06 06:19:05 +0000 |
commit | e4064569b37957d185c183e2d3f840e6fbee0172 (patch) | |
tree | 5e370cceab45c4f2728fa48a18684c8cbfdad213 /textproc/xerces-c3 | |
parent | e702d4034e57ac98991630e53bd4e63e3224cc94 (diff) | |
download | ports-e4064569b37957d185c183e2d3f840e6fbee0172.tar.gz ports-e4064569b37957d185c183e2d3f840e6fbee0172.zip |
Notes
Diffstat (limited to 'textproc/xerces-c3')
-rw-r--r-- | textproc/xerces-c3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xerces-c3/Makefile b/textproc/xerces-c3/Makefile index 66d97bad32f1..2b0b8099e335 100644 --- a/textproc/xerces-c3/Makefile +++ b/textproc/xerces-c3/Makefile @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@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} |