diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
commit | 6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch) | |
tree | 7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /net/scribe | |
parent | 48d3e12a9551f7a6507dfc47ccdc164263bb1ea7 (diff) |
Notes
Diffstat (limited to 'net/scribe')
-rw-r--r-- | net/scribe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/scribe/Makefile b/net/scribe/Makefile index f03d8643a6f0..386a9b73c132 100644 --- a/net/scribe/Makefile +++ b/net/scribe/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --with-boost-filesystem=boost_filesystem \ PY_PREFIX="${PREFIX}" PLIST_SUB+= PYTHON_VERSION_SHORTNAME="${PYTHON_VERSION_SHORTNAME}" PYTHON_VERSION_SHORTNAME= ${PYTHON_VERSION:S/thon//} -USE_AUTOTOOLS= aclocal:111 automake:111 autoconf:267 +USE_AUTOTOOLS= aclocal:111 automake:111 autoconf:268 USE_GMAKE= yes USE_PYTHON= yes USE_RC_SUBR= ${PORTNAME} |