diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-29 23:56:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-29 23:56:32 +0800 |
commit | 180562efc532ffcc5b2157c8c43151cbc72e2ea2 (patch) | |
tree | ae09e9c1d24c5dbe385cbaef55eb046c3dcb50a1 | |
parent | 3ad0ab9eb58637ba0382ea827423565f61cb4a0a (diff) | |
download | freebsd-ports-gnome-180562efc532ffcc5b2157c8c43151cbc72e2ea2.tar.gz freebsd-ports-gnome-180562efc532ffcc5b2157c8c43151cbc72e2ea2.tar.zst freebsd-ports-gnome-180562efc532ffcc5b2157c8c43151cbc72e2ea2.zip |
Convert to USES=autoreconf
-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 |