diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 15:34:27 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 15:34:27 +0800 |
commit | 4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch) | |
tree | c1022f7df000935302e4c7f143c5b049290dacc2 /net/scribe | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) | |
download | freebsd-ports-gnome-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.tar.gz freebsd-ports-gnome-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.tar.zst freebsd-ports-gnome-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.zip |
Sync to new bsd.autotools.mk
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 386a9b73c132..25893641d5ea 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:268 +USE_AUTOTOOLS= aclocal automake autoconf USE_GMAKE= yes USE_PYTHON= yes USE_RC_SUBR= ${PORTNAME} |