diff options
author | ale <ale@FreeBSD.org> | 2006-10-09 16:18:35 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-10-09 16:18:35 +0800 |
commit | d3fe6e5b9f62dfca3c38ee893647115568cbd97f (patch) | |
tree | 69b92319b557eaf63a2b2d2e5d3ddf850e31a35a /print | |
parent | f2264b83538a61cf36b25c6c851ea9c1c2ad1ab4 (diff) | |
download | freebsd-ports-gnome-d3fe6e5b9f62dfca3c38ee893647115568cbd97f.tar.gz freebsd-ports-gnome-d3fe6e5b9f62dfca3c38ee893647115568cbd97f.tar.zst freebsd-ports-gnome-d3fe6e5b9f62dfca3c38ee893647115568cbd97f.zip |
Chase pdf library and bump PORTREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/pecl-pdflib/Makefile | 3 | ||||
-rw-r--r-- | print/ruby-pdflib/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/pecl-pdflib/Makefile b/print/pecl-pdflib/Makefile index 7baf5b380131..354eb6c1fbcc 100644 --- a/print/pecl-pdflib/Makefile +++ b/print/pecl-pdflib/Makefile @@ -7,6 +7,7 @@ PORTNAME= pdflib PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -16,7 +17,7 @@ DIST_SUBDIR= PECL MAINTAINER= ale@FreeBSD.org COMMENT= A PECL extension to create PDF on the fly -LIB_DEPENDS= pdf.7:${PORTSDIR}/print/pdflib +LIB_DEPENDS= pdf.8:${PORTSDIR}/print/pdflib USE_PHP= gd USE_PHP_BUILD= yes diff --git a/print/ruby-pdflib/Makefile b/print/ruby-pdflib/Makefile index 6b59cffe7467..0aec673f42d2 100644 --- a/print/ruby-pdflib/Makefile +++ b/print/ruby-pdflib/Makefile @@ -7,7 +7,7 @@ PORTNAME= pdflib PORTVERSION= 0.71 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print ruby MASTER_SITES= http://www-nh.scphys.kyoto-u.ac.jp/~thitoshi/ruby/pdflib/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -20,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.7:${PORTSDIR}/print/pdflib + pdf.8:${PORTSDIR}/print/pdflib USE_RUBY= yes USE_RUBY_EXTCONF= yes |