diff options
author | ale <ale@FreeBSD.org> | 2012-01-10 19:41:37 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-01-10 19:41:37 +0800 |
commit | 2d8b5322387f75423e7aaba212f585214d97fcac (patch) | |
tree | b8ba81cf25739b07eb66326308babbef00b6c244 /graphics/swftools/Makefile | |
parent | 3401e522e39ba4ee072173b9f1298e7b4a60d412 (diff) | |
download | freebsd-ports-gnome-2d8b5322387f75423e7aaba212f585214d97fcac.tar.gz freebsd-ports-gnome-2d8b5322387f75423e7aaba212f585214d97fcac.tar.zst freebsd-ports-gnome-2d8b5322387f75423e7aaba212f585214d97fcac.zip |
Chase pdflib.so version and bump PORTREVISION accordingly.
Diffstat (limited to 'graphics/swftools/Makefile')
-rw-r--r-- | graphics/swftools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index 337fdfbb0ffc..4eff099fbf80 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -53,7 +53,7 @@ CONFIGURE_ENV+= ac_cv_lib_mp3lame_lame_init=no .endif .if defined(WITH_PDF) -LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib +LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib PLIST_SUB+= PDF="" MAN1+= pdf2pdf.1 .else |