summaryrefslogtreecommitdiff
path: root/graphics/gdchart/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-24 12:41:17 +0000
committerjlam <jlam@pkgsrc.org>2003-01-24 12:41:17 +0000
commit78978265810c7770469f8e01801253b472bf5aa9 (patch)
tree17349f01409bcf8b1401255a48e8aa2d9862b117 /graphics/gdchart/Makefile
parent0ecd600f2287251497d0c2d6fc5af7474754f39b (diff)
downloadpkgsrc-78978265810c7770469f8e01801253b472bf5aa9.tar.gz
Now that we build a gdchart shared library, we should ensure that the
correct libraries (-lgd) are added to the link command to produce the correct inter-library dependencies. Bump the PKGREVISION of graphics/gd to 3.
Diffstat (limited to 'graphics/gdchart/Makefile')
-rw-r--r--graphics/gdchart/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile
index 99c2ad5bd15..dc6c11d71f3 100644
--- a/graphics/gdchart/Makefile
+++ b/graphics/gdchart/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2003/01/17 13:49:07 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2003/01/24 12:41:17 jlam Exp $
#
DISTNAME= gdchart0.10.1dev
PKGNAME= gdchart-0.10.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://www.fred.net/brv/chart/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
@@ -41,5 +41,4 @@ do-install:
${PREFIX}/share/examples/gdchart
.include "../../graphics/gd/buildlink2.mk"
-.include "../../graphics/jpeg/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"