aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-08-24 13:59:07 +0800
committerknu <knu@FreeBSD.org>2001-08-24 13:59:07 +0800
commitaaee4ed9824cd5b615c692c1472e5b71892beaaa (patch)
treebd4f730285bf7eb9392ac2dd36b92b3b3574ccf5
parent430c93444b199fc30ebe4933e6680e85a36e0c01 (diff)
downloadfreebsd-ports-gnome-aaee4ed9824cd5b615c692c1472e5b71892beaaa.tar.gz
freebsd-ports-gnome-aaee4ed9824cd5b615c692c1472e5b71892beaaa.tar.zst
freebsd-ports-gnome-aaee4ed9824cd5b615c692c1472e5b71892beaaa.zip
Define USE_RUBY_RD unless NOPORTSDOCS.
Found by: bento
-rw-r--r--security/ruby-ssl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/ruby-ssl/Makefile b/security/ruby-ssl/Makefile
index b8035ddcb656..ab43b21a5fec 100644
--- a/security/ruby-ssl/Makefile
+++ b/security/ruby-ssl/Makefile
@@ -16,6 +16,9 @@ MAINTAINER= knu@FreeBSD.org
USE_OPENSSL= yes
USE_RUBY= yes
+.if !defined(NOPORTDOCS)
+USE_RUBY_RD= yes
+.endif
USE_RUBY_EXTCONF= yes
CONFIGURE_ARGS= --with-openssl-include="${OPENSSLBASE}/include/openssl" \