diff options
author | ale <ale@FreeBSD.org> | 2004-06-25 19:24:25 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-06-25 19:24:25 +0800 |
commit | 8af98d45aa2789fdbdb9c1f8e2bf4be4b8bd0c45 (patch) | |
tree | 529b1c70525fcd99832cf9141ba5036dde71249d /print | |
parent | e6fe42b0ec3784b60055dd3dc3e45afa21ca1608 (diff) | |
download | freebsd-ports-gnome-8af98d45aa2789fdbdb9c1f8e2bf4be4b8bd0c45.tar.gz freebsd-ports-gnome-8af98d45aa2789fdbdb9c1f8e2bf4be4b8bd0c45.tar.zst freebsd-ports-gnome-8af98d45aa2789fdbdb9c1f8e2bf4be4b8bd0c45.zip |
- Chase the pdflib shared library
- Bump PORTREVISION
Diffstat (limited to 'print')
-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 |