aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libe-book
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-01-04 02:43:18 +0800
committerjbeich <jbeich@FreeBSD.org>2017-01-04 02:43:18 +0800
commit70766a6f5fde7786e94f0cfe6adeaf14a4d844c1 (patch)
treea2cbd0524028e8dab67072808b343a9acf54ce58 /textproc/libe-book
parent3f2b02010c1efb75b45801d66db09439f2b0802a (diff)
downloadfreebsd-ports-gnome-70766a6f5fde7786e94f0cfe6adeaf14a4d844c1.tar.gz
freebsd-ports-gnome-70766a6f5fde7786e94f0cfe6adeaf14a4d844c1.tar.zst
freebsd-ports-gnome-70766a6f5fde7786e94f0cfe6adeaf14a4d844c1.zip
Assume "pkg-config --static zlib" works after 9.x EOL
Many hacks simply removed dependency on zlib which broke static linking if it was actually supported.
Diffstat (limited to 'textproc/libe-book')
-rw-r--r--textproc/libe-book/Makefile2
-rw-r--r--textproc/libe-book/files/patch-libe-book.pc.in8
2 files changed, 1 insertions, 9 deletions
diff --git a/textproc/libe-book/Makefile b/textproc/libe-book/Makefile
index 44aae393a1a7..e68c3d93c54f 100644
--- a/textproc/libe-book/Makefile
+++ b/textproc/libe-book/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libe-book
PORTVERSION= 0.1.2
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= textproc
MASTER_SITES= SF/libebook/${PORTNAME}-${PORTVERSION}/
diff --git a/textproc/libe-book/files/patch-libe-book.pc.in b/textproc/libe-book/files/patch-libe-book.pc.in
deleted file mode 100644
index ec21d46dc079..000000000000
--- a/textproc/libe-book/files/patch-libe-book.pc.in
+++ /dev/null
@@ -1,8 +0,0 @@
---- libe-book.pc.in.orig 2014-06-27 10:20:12 UTC
-+++ libe-book.pc.in
-@@ -10,4 +10,4 @@ Requires: librevenge-0.0 librevenge-stre
- Libs: -L${libdir} -le-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@
- Cflags: -I${includedir}/libe-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@
-
--Requires.private: icu-uc @REQUIRES_EXPERIMENTAL@ libxml-2.0 zlib
-+Requires.private: icu-uc @REQUIRES_EXPERIMENTAL@ libxml-2.0