diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-29 15:56:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-29 15:56:32 +0000 |
commit | 79f7ca454f24353491c7bbe64ee8b1fe7e9e0a61 (patch) | |
tree | ae09e9c1d24c5dbe385cbaef55eb046c3dcb50a1 /textproc/iksemel | |
parent | 6abe93e3cc7e22aa04fa8079b786c40c0cfab394 (diff) |
Notes
Diffstat (limited to 'textproc/iksemel')
-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 |