- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
1450dd2212
commit
c897044ef9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358834
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue