diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby16_static/Makefile | 6 | ||||
-rw-r--r-- | lang/ruby_static/Makefile | 6 |
2 files changed, 4 insertions, 8 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} 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} |