diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:24:25 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:24:25 +0000 |
commit | 6861478f033860999bac62ab57d31ee3e3566ab4 (patch) | |
tree | ad45db413ca09d1324b2d93a568d24d436678835 /print/ruby-pdflib | |
parent | a4bfbe332d7d12e0d15936cc40f901e4dfa4dec1 (diff) | |
download | ports-6861478f033860999bac62ab57d31ee3e3566ab4.tar.gz ports-6861478f033860999bac62ab57d31ee3e3566ab4.zip |
Notes
Diffstat (limited to 'print/ruby-pdflib')
-rw-r--r-- | print/ruby-pdflib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |