aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeg2pdf
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-10-22 17:44:41 +0000
committerSteve Wills <swills@FreeBSD.org>2011-10-22 17:44:41 +0000
commit2706cf9b163678355fd5e4198353cad513d05064 (patch)
treeffbc49bdea00cfdfb112936a538f67838311f15a /graphics/jpeg2pdf
parent7346340753c5bda21f54cdde618c6f41fbc05d81 (diff)
downloadports-2706cf9b163678355fd5e4198353cad513d05064.tar.gz
ports-2706cf9b163678355fd5e4198353cad513d05064.zip
Notes
Diffstat (limited to 'graphics/jpeg2pdf')
-rw-r--r--graphics/jpeg2pdf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/jpeg2pdf/Makefile b/graphics/jpeg2pdf/Makefile
index dbb8bb0f5e79..be99c0a9b32c 100644
--- a/graphics/jpeg2pdf/Makefile
+++ b/graphics/jpeg2pdf/Makefile
@@ -22,4 +22,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX}
pre-install:
@${RM} ${WRKSRC}/bin/test.rb
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} == 1.9
+BROKEN= does not work with ruby 1.9
+.endif
+
+.include <bsd.port.post.mk>