diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-24 20:24:40 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-24 20:24:40 +0000 |
commit | 6ac834a5c6cb0fed3b88d1c12a10f441e2d846ae (patch) | |
tree | bc2a1baf92ed362e07952bef7d03e872dd7f8d5f /lang | |
parent | 384bbff726cf055fb18546c41f8607d1fbe5caab (diff) | |
download | ports-6ac834a5c6cb0fed3b88d1c12a10f441e2d846ae.tar.gz ports-6ac834a5c6cb0fed3b88d1c12a10f441e2d846ae.zip |
Notes
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} |