diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-10 16:08:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-10 16:08:51 +0000 |
commit | cd97dca7edef6b84c72436e4842bf9c376c8a345 (patch) | |
tree | 1ddc73afddda5dc719af018d9f76b39a7f7a254f /graphics/libfreehand | |
parent | 32fa02799b4ce0ed19bdbb7f04a3a2422ed6d56a (diff) |
Notes
Diffstat (limited to 'graphics/libfreehand')
-rw-r--r-- | graphics/libfreehand/Makefile | 1 | ||||
-rw-r--r-- | graphics/libfreehand/files/patch-libfreehand.pc.in | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile index 8d86659110eb..4baabb3b17fb 100644 --- a/graphics/libfreehand/Makefile +++ b/graphics/libfreehand/Makefile @@ -2,6 +2,7 @@ PORTNAME= libfreehand PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/ diff --git a/graphics/libfreehand/files/patch-libfreehand.pc.in b/graphics/libfreehand/files/patch-libfreehand.pc.in new file mode 100644 index 000000000000..e50a1647bb33 --- /dev/null +++ b/graphics/libfreehand/files/patch-libfreehand.pc.in @@ -0,0 +1,8 @@ +--- ./libfreehand.pc.in.orig 2014-04-16 19:00:19.000000000 +0200 ++++ ./libfreehand.pc.in 2014-06-10 16:02:17.706475057 +0200 +@@ -9,5 +9,3 @@ + Requires: librevenge-0.0 librevenge-stream-0.0 + Libs: -L${libdir} -lfreehand-@FH_MAJOR_VERSION@.@FH_MINOR_VERSION@ + Cflags: -I${includedir}/libfreehand-@FH_MAJOR_VERSION@.@FH_MINOR_VERSION@ +- +-Requires.private: zlib |