aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-03-31 14:55:48 +0800
committerkris <kris@FreeBSD.org>2002-03-31 14:55:48 +0800
commit815f6ee421b0c93042108bbe770931a4ac754d45 (patch)
tree98caf8aaf2d817bb7101c34a88b51c6b9ea6db6d /print
parentaddcafa21d3133ed413fbeb7e126cdd67ee0e822 (diff)
downloadfreebsd-ports-gnome-815f6ee421b0c93042108bbe770931a4ac754d45.tar.gz
freebsd-ports-gnome-815f6ee421b0c93042108bbe770931a4ac754d45.tar.zst
freebsd-ports-gnome-815f6ee421b0c93042108bbe770931a4ac754d45.zip
Switch over to using pdflib-4.x instead of pdflib-3.x
Diffstat (limited to 'print')
-rw-r--r--print/ruby-pdflib/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/print/ruby-pdflib/Makefile b/print/ruby-pdflib/Makefile
index 1e23511507cf..6880c766d070 100644
--- a/print/ruby-pdflib/Makefile
+++ b/print/ruby-pdflib/Makefile
@@ -17,12 +17,8 @@ MAINTAINER= knu@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff
-.if defined(WITH_PDFLIB4)
-LIB_DEPENDS+= pdf.4:${PORTSDIR}/print/pdflib
-.else
-LIB_DEPENDS+= pdf.3:${PORTSDIR}/print/pdflib3
-.endif
+ tiff.4:${PORTSDIR}/graphics/tiff \
+ pdf.4:${PORTSDIR}/print/pdflib
USE_RUBY= yes
USE_RUBY_EXTCONF= yes