diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-27 17:05:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-27 17:05:58 +0800 |
commit | ec6901f882874f3dcd22de821abc9f659508d982 (patch) | |
tree | 65b6f7ef9d2fc19ac9e09a7e491a35b904fa6bc7 /textproc | |
parent | 12b4dc80263a4393b3f3d176b5116ed46f3e8372 (diff) | |
download | freebsd-ports-gnome-ec6901f882874f3dcd22de821abc9f659508d982.tar.gz freebsd-ports-gnome-ec6901f882874f3dcd22de821abc9f659508d982.tar.zst freebsd-ports-gnome-ec6901f882874f3dcd22de821abc9f659508d982.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xerces-c3/Makefile b/textproc/xerces-c3/Makefile index 25e6edbdf128..a079c79d9162 100644 --- a/textproc/xerces-c3/Makefile +++ b/textproc/xerces-c3/Makefile @@ -3,7 +3,7 @@ PORTNAME= xerces-c3 PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= xerces/c/3/sources @@ -14,7 +14,7 @@ COMMENT= Validating XML parser from the Apache XML Project CONFLICTS= xerces-c2-[0-9]* xerces-c2-devel-[0-9]* -USES= gmake pathfix +USES= gmake pathfix libtool:keepla USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ |