aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby18/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-08-03 20:36:22 +0800
committerknu <knu@FreeBSD.org>2002-08-03 20:36:22 +0800
commitbc0770482283117eef21c466b223dd833ae29844 (patch)
treea715300c54db54fd22ca1abed42551d077632cdb /lang/ruby18/Makefile
parent592a7bbfa64003161772638152965560a003c81d (diff)
downloadfreebsd-ports-gnome-bc0770482283117eef21c466b223dd833ae29844.tar.gz
freebsd-ports-gnome-bc0770482283117eef21c466b223dd833ae29844.tar.zst
freebsd-ports-gnome-bc0770482283117eef21c466b223dd833ae29844.zip
Add a header file that's installed only when WITH_ONIGURUMA is defined
to pkg-plist. Reported by: nork
Diffstat (limited to 'lang/ruby18/Makefile')
-rw-r--r--lang/ruby18/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index 309b860e1551..eb2b0e000da7 100644
--- a/lang/ruby18/Makefile
+++ b/lang/ruby18/Makefile
@@ -30,6 +30,9 @@ BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
ONIGURUMA_MASTER_SITES= ${MASTER_SITE_RUBY}
ONIGURUMA_MASTER_SITE_SUBDIR= contrib
ONIGURUMA_DISTFILE= onigd20020424.tar.gz
+PLIST_SUB+= ONIGURUMA=""
+.else
+PLIST_SUB+= ONIGURUMA="@comment "
.endif
USE_BZIP2= yes