aboutsummaryrefslogtreecommitdiff
path: root/print/qpdf
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-03 18:43:18 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-03 18:43:18 +0000
commit417eff8ffbb134c0eceb884c13aeecebbcdfbf2b (patch)
treea2cbd0524028e8dab67072808b343a9acf54ce58 /print/qpdf
parentb557ec87bb860b1575ae5b0114ea8c037ca358f9 (diff)
downloadports-417eff8ffbb134c0eceb884c13aeecebbcdfbf2b.tar.gz
ports-417eff8ffbb134c0eceb884c13aeecebbcdfbf2b.zip
Notes
Diffstat (limited to 'print/qpdf')
-rw-r--r--print/qpdf/Makefile1
-rw-r--r--print/qpdf/files/patch-libqpdf.pc.in11
2 files changed, 1 insertions, 11 deletions
diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile
index 59715632989d..383188d11c1c 100644
--- a/print/qpdf/Makefile
+++ b/print/qpdf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= qpdf
PORTVERSION= 6.0.0
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= SF
diff --git a/print/qpdf/files/patch-libqpdf.pc.in b/print/qpdf/files/patch-libqpdf.pc.in
deleted file mode 100644
index b5c7f6733c18..000000000000
--- a/print/qpdf/files/patch-libqpdf.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- libqpdf.pc.in.orig 2014-06-07 21:06:13 UTC
-+++ libqpdf.pc.in
-@@ -6,6 +6,7 @@ includedir=@includedir@
- Name: libqpdf
- Description: PDF transformation library
- Version: @PACKAGE_VERSION@
--Requires.private: zlib, libpcre
-+Requires.private: libpcre
- Libs: -L${libdir} -lqpdf
-+Libs.private: -lz
- Cflags: -I${includedir}