summaryrefslogtreecommitdiff
path: root/lang/ruby18
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-15 12:42:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-15 12:42:30 +0000
commit5885d0f6626ce7f84c32be52d7167811cf47f54d (patch)
tree439b91ea89616a687d250ef16cee6af508f77d23 /lang/ruby18
parentFix build on 4.x (diff)
- Fix PKGNAMESUFFIX when both Oniguruma and pthreads are enabled
PR: ports/97178 (based on) Submitted by: cokane
Notes
Notes: svn path=/head/; revision=162432
Diffstat (limited to 'lang/ruby18')
-rw-r--r--lang/ruby18/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index 054c2ba5bbfd..39c834eff251 100644
--- a/lang/ruby18/Makefile
+++ b/lang/ruby18/Makefile
@@ -42,7 +42,7 @@ CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \
.if defined(WITH_PTHREADS)
CONFIGURE_ARGS+=--enable-pthread
-PKGNAMESUFFIX= -pthreads
+PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+pthreads
.else
CONFIGURE_ARGS+=--disable-pthread
.endif