summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-01-09 10:33:19 +0000
committerjperkin <jperkin>2014-01-09 10:33:19 +0000
commit34bc300a644869193be5089e0cbf9454c7a7c4d0 (patch)
tree371a809de26f0167200bad01ddadd438f2da4f5d
parent259e97f76cdfe8a33fd4c9ae502a25ecb4a6b88b (diff)
downloadpkgsrc-34bc300a644869193be5089e0cbf9454c7a7c4d0.tar.gz
Needs libiconv.
-rw-r--r--graphics/gdchart/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile
index 4cf794989c4..02958a2dae9 100644
--- a/graphics/gdchart/Makefile
+++ b/graphics/gdchart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2013/09/04 12:31:24 obache Exp $
+# $NetBSD: Makefile,v 1.36 2014/01/09 10:33:19 jperkin Exp $
DISTNAME= gdchart0.11.5dev
PKGNAME= gdchart-0.11.5
@@ -40,6 +40,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/gdc_pie_samp.c \
${DESTDIR}${PREFIX}/share/examples/gdchart
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../graphics/gd/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"