aboutsummaryrefslogtreecommitdiff
path: root/net/scribe
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 21:24:22 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 21:24:22 +0000
commit03649ba475763fafc4ed0fd1949ce2422df330db (patch)
tree28b73d2d0c6b2a8c7a6615e1f89afce23544b42c /net/scribe
parent8d734a8799b1cc9dbbd72acf767188ca55bd3a00 (diff)
downloadports-03649ba475763fafc4ed0fd1949ce2422df330db.tar.gz
ports-03649ba475763fafc4ed0fd1949ce2422df330db.zip
- Switch to USES=autoreconf
Notes
Notes: svn path=/head/; revision=390074
Diffstat (limited to 'net/scribe')
-rw-r--r--net/scribe/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/scribe/Makefile b/net/scribe/Makefile
index a4dff5840ef1..28854361c0bf 100644
--- a/net/scribe/Makefile
+++ b/net/scribe/Makefile
@@ -22,17 +22,14 @@ RUN_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
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