diff options
-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 |