diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:19:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:19:05 +0800 |
commit | 080ab1dd22cb1f8678f2ae4c9749f77e61ec23d1 (patch) | |
tree | 5e370cceab45c4f2728fa48a18684c8cbfdad213 /textproc | |
parent | 384a48cf13ce6d87d254ebbbacfbcd789648b2a1 (diff) | |
download | freebsd-ports-gnome-080ab1dd22cb1f8678f2ae4c9749f77e61ec23d1.tar.gz freebsd-ports-gnome-080ab1dd22cb1f8678f2ae4c9749f77e61ec23d1.tar.zst freebsd-ports-gnome-080ab1dd22cb1f8678f2ae4c9749f77e61ec23d1.zip |
- Add LICENSE_FILE
- Add missing USES=iconv
Diffstat (limited to 'textproc')
-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} |