diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-27 00:45:13 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-27 00:45:13 +0000 |
commit | 985a32c3746518da7e684043c5556bf0c60fb06f (patch) | |
tree | e918592c7090b9f12ae3c8925cc2f2f2f19b2724 /mail/quickml/Makefile | |
parent | 1c314aea117e29558d514f2c997c22a67cca51da (diff) |
Notes
Diffstat (limited to 'mail/quickml/Makefile')
-rw-r--r-- | mail/quickml/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/quickml/Makefile b/mail/quickml/Makefile index ee1f604ef05b..6559d33673a5 100644 --- a/mail/quickml/Makefile +++ b/mail/quickml/Makefile @@ -36,6 +36,10 @@ CONFIGURE_ARGS+= --with-rubydir="${RUBY_LIBDIR}" .include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ruby19-Makefile.in +.endif + .if !defined(WITHOUT_LIMIT) PATCH_DIST_STRIP= -p1 .endif |