diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-16 15:10:42 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-16 15:10:42 +0000 |
commit | 1fb34516c19e99468a4e212e3689f331937fcb33 (patch) | |
tree | d25c257492f3b7cfcf0c4195b31b86d6981d8edc /graphics/inkscape/Makefile | |
parent | 36548a0f8abdb1ed65d7ad8353fcdec5a02ce6b0 (diff) | |
download | ports-1fb34516c19e99468a4e212e3689f331937fcb33.tar.gz ports-1fb34516c19e99468a4e212e3689f331937fcb33.zip |
Notes
Diffstat (limited to 'graphics/inkscape/Makefile')
-rw-r--r-- | graphics/inkscape/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index cf01d93fb102..84a8b6b9ba2e 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.org/en/gallery/item/12187/ @@ -82,5 +82,8 @@ USES+= gettext post-patch: @${REINPLACE_CMD} -e 's|COMMAND python|COMMAND ${PYTHON_VERSION}|g' \ ${WRKSRC}/share/*/CMakeLists.txt + # Obtained from Arch Linux + @${REINPLACE_CMD} -e 's|gTrue|true|g' -e 's|gFalse|false|g' -e 's|GBool|bool|g' \ + ${WRKSRC}/src/extension/internal/pdfinput/pdf-parser.* .include <bsd.port.mk> |