diff options
author | knu <knu@FreeBSD.org> | 2002-09-25 04:24:40 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-25 04:24:40 +0800 |
commit | 24e9a388874bb684ee0d8948769096b77a9bd218 (patch) | |
tree | f4ee5a4c9e3c2d3860ef16803728eb9f529f2a62 /lang/ruby_static | |
parent | 835da49b204048a4bb00f2ac19edb893c08d4014 (diff) | |
download | freebsd-ports-gnome-24e9a388874bb684ee0d8948769096b77a9bd218.tar.gz freebsd-ports-gnome-24e9a388874bb684ee0d8948769096b77a9bd218.tar.zst freebsd-ports-gnome-24e9a388874bb684ee0d8948769096b77a9bd218.zip |
lang/ruby_static doesn't depend on autoconf any more.
(but lang/ruby_static-devel still does)
Diffstat (limited to 'lang/ruby_static')
-rw-r--r-- | lang/ruby_static/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile index 5f5e337b9db6..cf3db63a9c38 100644 --- a/lang/ruby_static/Makefile +++ b/lang/ruby_static/Makefile @@ -7,7 +7,7 @@ PORTNAME= ruby_static PORTVERSION= ${RUBY_PORTVERSION} -PORTREVISION?= 1 +PORTREVISION?= 1 CATEGORIES= lang ruby ipv6 MASTER_SITES= # none DISTFILES= # none @@ -47,10 +47,8 @@ NEWAUTOCONF= yes .if defined(NEWAUTOCONF) BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf -GNU_CONFIGURE= yes -.else -USE_AUTOCONF= yes .endif +GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} |