diff options
-rw-r--r-- | graphics/jpeg2pdf/Makefile | 8 |
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> |