diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-04 09:30:57 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-04 09:30:57 +0800 |
commit | f3342f93f39f606b04fbb1f8fafeccc9be407440 (patch) | |
tree | 99cefa20603944e222c0bd586127a8237381a90f /print | |
parent | aab2ff6debcc9ade62e8978004332dc083c3c045 (diff) | |
download | freebsd-ports-gnome-f3342f93f39f606b04fbb1f8fafeccc9be407440.tar.gz freebsd-ports-gnome-f3342f93f39f606b04fbb1f8fafeccc9be407440.tar.zst freebsd-ports-gnome-f3342f93f39f606b04fbb1f8fafeccc9be407440.zip |
- Deprecate ports that don't work with Ruby 1.9 (volunteers welcome)
Approved by: ruby@ (pgollucci)
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-pdflib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/ruby-pdflib/Makefile b/print/ruby-pdflib/Makefile index 668517ee1524..4274a853fef8 100644 --- a/print/ruby-pdflib/Makefile +++ b/print/ruby-pdflib/Makefile @@ -17,6 +17,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension library to access PDFlib +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ |