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 /lang/ruby19 | |
parent | 48d3e12a9551f7a6507dfc47ccdc164263bb1ea7 (diff) |
Notes
Diffstat (limited to 'lang/ruby19')
-rw-r--r-- | lang/ruby19/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile index eb28edec074b..1279d5dde945 100644 --- a/lang/ruby19/Makefile +++ b/lang/ruby19/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --with-vendordir="${PREFIX}/lib/ruby/vendor_ruby" USE_OPENSSL= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 WRKSRC= ${WRKDIR}/${PORTNAME}-${RUBY_DISTVERSION} |