aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-06-25 11:24:25 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-06-25 11:24:25 +0000
commit6861478f033860999bac62ab57d31ee3e3566ab4 (patch)
treead45db413ca09d1324b2d93a568d24d436678835 /print
parenta4bfbe332d7d12e0d15936cc40f901e4dfa4dec1 (diff)
downloadports-6861478f033860999bac62ab57d31ee3e3566ab4.tar.gz
ports-6861478f033860999bac62ab57d31ee3e3566ab4.zip
- Chase the pdflib shared library
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=112225
Diffstat (limited to 'print')
-rw-r--r--print/ruby-pdflib/Makefile3
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