diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-30 00:47:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-30 00:47:45 +0800 |
commit | 20c3c6e256b28100ffc219dc1d802c67e9b6e765 (patch) | |
tree | f41c6d5ef1319baf0332e365ab358af32e9c733f /irc | |
parent | 7c0d7cfa3df049d49ee52772b35c593605c39183 (diff) | |
download | freebsd-ports-gnome-20c3c6e256b28100ffc219dc1d802c67e9b6e765.tar.gz freebsd-ports-gnome-20c3c6e256b28100ffc219dc1d802c67e9b6e765.tar.zst freebsd-ports-gnome-20c3c6e256b28100ffc219dc1d802c67e9b6e765.zip |
Revert the autoreconf conversion I have no time to fix the issue that happen when converted
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi-otr/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile index 38b3dd68518c..44cfcc464129 100644 --- a/irc/irssi-otr/Makefile +++ b/irc/irssi-otr/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libotr.so:${PORTSDIR}/security/libotr \ libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi -USES= autoreconf pkgconfig +USES= pkgconfig USE_LDCONFIG= yes USE_GNOME= glib20 USE_GITHUB= yes @@ -28,6 +28,10 @@ GH_PROJECT= ${PORTNAME} GH_COMMIT= f4ecd19 GH_TAGNAME= v${PORTVERSION} +USE_AUTOTOOLS= autoconf aclocal libtoolize automake +ACLOCAL_ARGS= -I config +AUTOMAKE_ARGS= --add-missing --no-force + GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${LOCALBASE} --with-libotr-inc-prefix=${LOCALBASE}/include INSTALL_TARGET= install-strip |