diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-24 12:41:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-24 12:41:17 +0000 |
commit | 78978265810c7770469f8e01801253b472bf5aa9 (patch) | |
tree | 17349f01409bcf8b1401255a48e8aa2d9862b117 /graphics/gdchart/Makefile | |
parent | 0ecd600f2287251497d0c2d6fc5af7474754f39b (diff) | |
download | pkgsrc-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/Makefile | 5 |
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" |