diff options
author | tv <tv> | 1999-05-03 20:25:36 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-03 20:25:36 +0000 |
commit | d6d63fa8d24cd6d9ce7ef29d227073e86e7eb512 (patch) | |
tree | 169adc3671da7cad814a85918a929dd606be949d /graphics/gd/Makefile | |
parent | fb976c09f5469dae516b38fa35db74a44612b4da (diff) | |
download | pkgsrc-d6d63fa8d24cd6d9ce7ef29d227073e86e7eb512.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/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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/ |