diff options
author | kris <kris@FreeBSD.org> | 2003-11-08 09:58:03 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-11-08 09:58:03 +0000 |
commit | 2e99ab03dfce17c4cea73f15d65818a3002cb414 (patch) | |
tree | 0d652042a62e97b17e7e148972c73781a3704238 /print | |
parent | e546a3554d96e6f68999d003ce1a89dbe3ccbd00 (diff) | |
download | FreeBSD-ports-2e99ab03dfce17c4cea73f15d65818a3002cb414.zip FreeBSD-ports-2e99ab03dfce17c4cea73f15d65818a3002cb414.tar.gz |
Switch from (removed) pdflib4 port to pdflib
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-pdflib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ruby-pdflib/Makefile b/print/ruby-pdflib/Makefile index 3986a67..f9c8100 100644 --- a/print/ruby-pdflib/Makefile +++ b/print/ruby-pdflib/Makefile @@ -19,7 +19,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.4:${PORTSDIR}/print/pdflib4 + pdf.6:${PORTSDIR}/print/pdflib USE_RUBY= yes USE_RUBY_EXTCONF= yes |