From 8af98d45aa2789fdbdb9c1f8e2bf4be4b8bd0c45 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 25 Jun 2004 11:24:25 +0000 Subject: - Chase the pdflib shared library - Bump PORTREVISION --- print/ruby-pdflib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'print') diff --git a/print/ruby-pdflib/Makefile b/print/ruby-pdflib/Makefile index f9c8100a2c9f..c89b691f3915 100644 --- a/print/ruby-pdflib/Makefile +++ b/print/ruby-pdflib/Makefile @@ -7,6 +7,7 @@ PORTNAME= pdflib PORTVERSION= 0.71 +PORTREVISION= 1 CATEGORIES= print ruby MASTER_SITES= http://www-nh.scphys.kyoto-u.ac.jp/~thitoshi/ruby/pdflib/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -19,7 +20,7 @@ COMMENT= A Ruby extension library to access PDFlib LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - pdf.6:${PORTSDIR}/print/pdflib + pdf.7:${PORTSDIR}/print/pdflib USE_RUBY= yes USE_RUBY_EXTCONF= yes -- cgit