diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iksemel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index 0bca863b9aff..a0621930775f 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -12,14 +12,13 @@ COMMENT= XML parser library mainly designed for Jabber applications LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls -USES= libtool makeinfo pathfix pkgconfig +USES= autoreconf libtool makeinfo pathfix pkgconfig PATHFIX_MAKEFILEIN= Makefile.am -USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake -AUTOMAKE_ARGS= --add-missing --copy --force GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +INSTALL_TARGET= install-strip INFO= iksemel |