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

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 27 09:05:59 UTC 2014


Author: amdmi3
Date: Fri Jun 27 09:05:58 2014
New Revision: 359480
URL: http://svnweb.freebsd.org/changeset/ports/359480
QAT: https://qat.redports.org/buildarchive/r359480/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/xerces-c3/Makefile

Modified: head/textproc/xerces-c3/Makefile
==============================================================================
--- head/textproc/xerces-c3/Makefile	Fri Jun 27 08:59:19 2014	(r359479)
+++ head/textproc/xerces-c3/Makefile	Fri Jun 27 09:05:58 2014	(r359480)
@@ -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 
 
 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 \


More information about the svn-ports-all mailing list