diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-14 14:38:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-14 14:38:58 +0000 |
commit | 4b7230268d92731ba988b6a446f1ebc3ae24efef (patch) | |
tree | fea32b8f1a6b517422236122825e8cc562769c9b /lang | |
parent | abadc4a1aa6ef305f3552d57db192b3497ab2047 (diff) | |
download | ports-4b7230268d92731ba988b6a446f1ebc3ae24efef.tar.gz ports-4b7230268d92731ba988b6a446f1ebc3ae24efef.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby18/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index db5a09f2f001..c7dc77799572 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -7,6 +7,7 @@ PORTNAME= ruby PORTVERSION= ${RUBY_PORTVERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang ruby ipv6 MASTER_SITES= ${MASTER_SITE_RUBY} @@ -38,9 +39,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ - --enable-shared -CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ - LIBS="${PTHREAD_LIBS}" + --enable-shared --enable-pthread .if defined(DEBUG) CFLAGS+= -g |