diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-09-16 14:52:53 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-09-16 14:52:53 +0000 |
commit | 663f37edaee817978a8f1f137292e351b211af16 (patch) | |
tree | cf73eee44f8c883245ddb62db7f9e3da99d14614 /graphics/pstoedit | |
parent | f7febc523098fe544c2a00941667e7b14621a2bd (diff) | |
download | pkgsrc-663f37edaee817978a8f1f137292e351b211af16.tar.gz |
Needs libiconv.
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 9b4ee47243a..987886d231d 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2016/08/22 11:20:56 markd Exp $ +# $NetBSD: Makefile,v 1.86 2016/09/16 14:52:53 jperkin Exp $ DISTNAME= pstoedit-3.70 PKGREVISION= 2 @@ -40,6 +40,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/readme.txt ${DESTDIR}${DOCDIR} .include "../../archivers/libzip/buildlink3.mk" +.include "../../converters/libiconv/buildlink3.mk" .include "../../graphics/gd/buildlink3.mk" .include "../../graphics/GraphicsMagick/buildlink3.mk" # ImageMagick's v7 API is incompatible |