summaryrefslogtreecommitdiffstats
path: root/lang/ruby18/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-15 12:42:30 +0000
committerpav <pav@FreeBSD.org>2006-05-15 12:42:30 +0000
commit9b800cea0c688fe9564b231c7f5852fe66ddf8d5 (patch)
tree094085fbcdd0f185cae7d0bf2aebfb92fe35dd8c /lang/ruby18/Makefile
parent3efe36df2a2556371cdb457d82dfbd3419a55119 (diff)
downloadFreeBSD-ports-9b800cea0c688fe9564b231c7f5852fe66ddf8d5.zip
FreeBSD-ports-9b800cea0c688fe9564b231c7f5852fe66ddf8d5.tar.gz
- Fix PKGNAMESUFFIX when both Oniguruma and pthreads are enabled
PR: ports/97178 (based on) Submitted by: cokane
Diffstat (limited to 'lang/ruby18/Makefile')
-rw-r--r--lang/ruby18/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index 054c2ba..39c834e 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
OpenPOWER on IntegriCloud