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/fly | |
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/fly')
-rw-r--r-- | graphics/fly/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |