svn commit: r390074 - head/net/scribe
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jun 18 21:24:22 UTC 2015
Author: amdmi3
Date: Thu Jun 18 21:24:22 2015
New Revision: 390074
URL: https://svnweb.freebsd.org/changeset/ports/390074
Log:
- Switch to USES=autoreconf
Modified:
head/net/scribe/Makefile
Modified: head/net/scribe/Makefile
==============================================================================
--- head/net/scribe/Makefile Thu Jun 18 21:23:55 2015 (r390073)
+++ head/net/scribe/Makefile Thu Jun 18 21:24:22 2015 (r390074)
@@ -22,17 +22,14 @@ RUN_DEPENDS= p5-Class-Accessor>0:${PORTS
USE_GITHUB= yes
GH_ACCOUNT= facebookarchive
-
GH_TAGNAME= 7359a09
-ACLOCAL_ARGS= -I ./aclocal
-AUTOMAKE_ARGS= -a
+USES= autoreconf compiler gmake perl5 python
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-boost-filesystem=boost_filesystem \
--with-boost-system=boost_system \
PY_PREFIX="${PREFIX}"
-USE_AUTOTOOLS= aclocal automake autoconf
USE_RC_SUBR= ${PORTNAME}
-USES= compiler gmake perl5 python
post-patch:
@${REINPLACE_CMD} -e 's/^AM_INIT_AUTOMAKE/#/' ${WRKSRC}/configure.ac
More information about the svn-ports-all
mailing list