diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-04 02:43:18 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-04 02:43:18 +0800 |
commit | 417eff8ffbb134c0eceb884c13aeecebbcdfbf2b (patch) | |
tree | a2cbd0524028e8dab67072808b343a9acf54ce58 /textproc/libe-book | |
parent | b557ec87bb860b1575ae5b0114ea8c037ca358f9 (diff) | |
download | freebsd-ports-gnome-417eff8ffbb134c0eceb884c13aeecebbcdfbf2b.tar.gz freebsd-ports-gnome-417eff8ffbb134c0eceb884c13aeecebbcdfbf2b.tar.zst freebsd-ports-gnome-417eff8ffbb134c0eceb884c13aeecebbcdfbf2b.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/Makefile | 2 | ||||
-rw-r--r-- | textproc/libe-book/files/patch-libe-book.pc.in | 8 |
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 |