svn commit: r358834 - head/editors/xmlcopyeditor
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Jun 22 21:45:23 UTC 2014
Author: amdmi3
Date: Sun Jun 22 21:45:22 2014
New Revision: 358834
URL: http://svnweb.freebsd.org/changeset/ports/358834
QAT: https://qat.redports.org/buildarchive/r358834/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/editors/xmlcopyeditor/Makefile
Modified: head/editors/xmlcopyeditor/Makefile
==============================================================================
--- head/editors/xmlcopyeditor/Makefile Sun Jun 22 21:27:17 2014 (r358833)
+++ head/editors/xmlcopyeditor/Makefile Sun Jun 22 21:45:22 2014 (r358834)
@@ -3,7 +3,7 @@
PORTNAME= xmlcopyeditor
PORTVERSION= 1.2.0.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION}
@@ -16,7 +16,8 @@ USE_WX= 2.8+
WX_COMPS= wx contrib
WX_CONF_ARGS= absolute
WX_UNICODE= yes
-USES= gettext iconv dos2unix
+USES= gettext iconv dos2unix libtool
+GNU_CONFIGURE= yes
BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 \
@@ -28,7 +29,6 @@ LIB_DEPENDS= libxerces-c.so.3:${PORTSDIR
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include \
-I${LOCALBASE}/include/libxml2 ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} ${ICONV_LIB}
More information about the svn-ports-all
mailing list