summaryrefslogtreecommitdiff
path: root/lang/ruby18
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-14 14:38:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-14 14:38:58 +0000
commit4b7230268d92731ba988b6a446f1ebc3ae24efef (patch)
treefea32b8f1a6b517422236122825e8cc562769c9b /lang/ruby18
parent- Correct OpenSSL handling from previous commit (diff)
- Enable pthreads using configure switch, so autodetection based on headers
parsing works
Notes
Notes: svn path=/head/; revision=153463
Diffstat (limited to 'lang/ruby18')
-rw-r--r--lang/ruby18/Makefile5
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