aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby_static
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-09-25 04:24:40 +0800
committerknu <knu@FreeBSD.org>2002-09-25 04:24:40 +0800
commit24e9a388874bb684ee0d8948769096b77a9bd218 (patch)
treef4ee5a4c9e3c2d3860ef16803728eb9f529f2a62 /lang/ruby_static
parent835da49b204048a4bb00f2ac19edb893c08d4014 (diff)
downloadfreebsd-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/Makefile6
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}