aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-22 21:45:22 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-22 21:45:22 +0000
commitc897044ef98dfb47c678e5f261a3bcd9481f7d0a (patch)
tree1e7cab35ab15ff1948622a075ae8fc12c3213cea
parent1450dd2212564ca4706c472912feeee83665266d (diff)
downloadports-c897044ef98dfb47c678e5f261a3bcd9481f7d0a.tar.gz
ports-c897044ef98dfb47c678e5f261a3bcd9481f7d0a.zip
Notes
-rw-r--r--editors/xmlcopyeditor/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile
index c96f2490f4d4..7cfa7e937ed3 100644
--- a/editors/xmlcopyeditor/Makefile
+++ b/editors/xmlcopyeditor/Makefile
@@ -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}/textproc/xerces-c3 \
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}