summaryrefslogtreecommitdiff
path: root/lang/ruby16_static
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-09-24 20:24:40 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-09-24 20:24:40 +0000
commit6ac834a5c6cb0fed3b88d1c12a10f441e2d846ae (patch)
treebc2a1baf92ed362e07952bef7d03e872dd7f8d5f /lang/ruby16_static
parentForced commit to provide updated info. (diff)
lang/ruby_static doesn't depend on autoconf any more.
(but lang/ruby_static-devel still does)
Notes
Notes: svn path=/head/; revision=67106
Diffstat (limited to 'lang/ruby16_static')
-rw-r--r--lang/ruby16_static/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile
index 5f5e337b9db6..cf3db63a9c38 100644
--- a/lang/ruby16_static/Makefile
+++ b/lang/ruby16_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}