From 089d06363588b390e34662981c1499c7f540be35 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Thu, 2 Jan 2014 20:05:44 +0000 Subject: [PATCH] - Ruby 1.9 is default, remove conditionalization for it With hat: ruby@ --- mail/quickml/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/mail/quickml/Makefile b/mail/quickml/Makefile index 894a0a2a31f7..006e6ca2c487 100644 --- a/mail/quickml/Makefile +++ b/mail/quickml/Makefile @@ -36,9 +36,7 @@ LIMIT_DESC= Creators and Members Limitation Patch NO_STAGE= yes .include -.if ${RUBY_VER} == 1.9 EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ruby19-* -.endif .if ${PORT_OPTIONS:MANALOG} USE_GHOSTSCRIPT_RUN= yes