diff options
author | tv <tv@pkgsrc.org> | 1999-05-03 20:25:36 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-03 20:25:36 +0000 |
commit | ed9cfb063db496a0cc8058a0a595d5413205342c (patch) | |
tree | 169adc3671da7cad814a85918a929dd606be949d /graphics | |
parent | d9ca11685d0aa3f427ea416ff881be38cb12ceb3 (diff) | |
download | pkgsrc-ed9cfb063db496a0cc8058a0a595d5413205342c.tar.gz |
Change gd package "version" to 1.3p1 so that packages (particularly py-gd)
will not try to link against the version without a shared library.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fly/Makefile | 8 | ||||
-rw-r--r-- | graphics/gd/Makefile | 6 | ||||
-rw-r--r-- | graphics/py-gd/Makefile | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index 4663333283e..54131d301e9 100644 --- a/graphics/fly/Makefile +++ b/graphics/fly/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.6 1999/05/02 23:17:23 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/05/03 20:25:36 tv Exp $ # -DISTNAME= fly-1.6.1 +DISTNAME= fly-1.6.1 CATEGORIES= graphics www -MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ +MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://www.unimelb.edu.au/fly/fly.html -DEPENDS+= gd-1.3:../../graphics/gd +DEPENDS+= gd-1.3p1:../../graphics/gd do-install: ${MKDIR} ${PREFIX}/share/doc/fly diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 1db60c099f5..61f0074a194 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 1999/05/02 17:46:19 tsarna Exp $ +# $NetBSD: Makefile,v 1.8 1999/05/03 20:25:37 tv Exp $ # FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp # -DISTNAME= gd1.3 -PKGNAME= gd-1.3 +DISTNAME= gd1.3p1 +PKGNAME= gd-1.3p1 CATEGORIES= graphics MASTER_SITES= ftp://www.boutell.com/pub/boutell/gd/ diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index d91e004e523..7b3f1e5b191 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/02 17:48:37 tsarna Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/03 20:25:37 tv Exp $ DISTNAME= gdmodule.c PKGNAME= py-gd-1.3 @@ -10,7 +10,7 @@ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://starship.python.net/~richard/gdmodule/ DEPENDS+= python-1.5.2:../../lang/python \ - gd-1.3:../../graphics/gd + gd-1.3p1:../../graphics/gd WRKSRC= ${WRKDIR}/build |