diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-13 10:11:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-13 10:11:21 +0000 |
commit | 8eef01a65913e0d89a4b63a6c9caa21f4dae0d98 (patch) | |
tree | e61a695fe7d002c0f7f1ad4f421f5d54ba2ef167 /graphics | |
parent | 9fab143933509c09a3469e0e82e6670d6c7e584b (diff) | |
download | pkgsrc-8eef01a65913e0d89a4b63a6c9caa21f4dae0d98.tar.gz |
Depend on aspell, bump PKGREVISION.
Addresses PR 52067 where it was found when it was installed.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 687e8108d3e..e842d006d0d 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.143 2017/02/25 15:31:53 wiz Exp $ +# $NetBSD: Makefile,v 1.144 2017/03/13 10:11:21 wiz Exp $ DISTNAME= inkscape-0.92.1 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://media.inkscape.org/dl/resources/file/ EXTRACT_SUFX= .tar.bz2 @@ -96,6 +97,7 @@ BUILDLINK_API_DEPENDS.boehm-gc+= boehm-gc>=7.4 .include "../../print/poppler-glib/buildlink3.mk" .include "../../print/poppler-includes/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../textproc/aspell/buildlink3.mk" .include "../../textproc/gtkspell/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" |