diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 05:24:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 05:24:22 +0800 |
commit | 342e6945f466f4cbc13c0bb72bcce01486420d9c (patch) | |
tree | 28b73d2d0c6b2a8c7a6615e1f89afce23544b42c /net | |
parent | 84bcf7227d9a5eea9b7a44854b696a5b99311302 (diff) | |
download | freebsd-ports-gnome-342e6945f466f4cbc13c0bb72bcce01486420d9c.tar.gz freebsd-ports-gnome-342e6945f466f4cbc13c0bb72bcce01486420d9c.tar.zst freebsd-ports-gnome-342e6945f466f4cbc13c0bb72bcce01486420d9c.zip |
- Switch to USES=autoreconf
Diffstat (limited to 'net')
-rw-r--r-- | net/scribe/Makefile | 7 |
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 |