summaryrefslogtreecommitdiff
path: root/graphics/gd/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2000-06-14 16:33:46 +0000
committerhe <he@pkgsrc.org>2000-06-14 16:33:46 +0000
commit5360945a7b1221f159a576f74bc3ea3bceb510e1 (patch)
tree54e134c461b047d72f560ab74fc3457cd3beccdc /graphics/gd/Makefile
parentb75f8e5ea9695f4a5dccfd5eea6c772c5557d453 (diff)
downloadpkgsrc-5360945a7b1221f159a576f74bc3ea3bceb510e1.tar.gz
Upgrade this package from 1.8.1 to 1.8.3; the distribution file
for 1.8.1 was replaced with 1.8.3.
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r--graphics/gd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 6ff97c678e9..934f1f22ac7 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2000/06/01 11:23:27 rh Exp $
+# $NetBSD: Makefile,v 1.17 2000/06/14 16:33:46 he Exp $
# FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp
#
-DISTNAME= gd-1.8.1
+DISTNAME= gd-1.8.3
CATEGORIES= graphics
MASTER_SITES= http://www.boutell.com/gd/http/
@@ -31,7 +31,7 @@ CPPFLAGS+= -I${LOCALBASE}/include # zlib.h
# bump the MINOR when a new version comes out.
#
GD_MAJOR= 1
-GD_MINOR= 8
+GD_MINOR= 9
MAKE_ENV+= GD_MAJOR="${GD_MAJOR}" GD_MINOR="${GD_MINOR}"
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}"