diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-28 12:12:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-28 12:12:57 +0000 |
commit | 9b514893caa3cc9ce17ae496228a55c1f4f305f6 (patch) | |
tree | 91c90eb4d7eb193f27596269fcebafeb34f670fc /geography | |
parent | 1e4abd597fe33833b8ea86c4697e867276ba2f33 (diff) | |
download | pkgsrc-9b514893caa3cc9ce17ae496228a55c1f4f305f6.tar.gz |
Change PostgreSQL default version to 8.1 and bump revision of all
packages which have it active by default.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gdal-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 98ce6bdb78d..f8aac4e86b7 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2006/10/24 09:00:02 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/12/28 12:12:58 joerg Exp $ # DISTNAME= gdal-1.3.1 PKGNAME= gdal-lib-1.3.1 +PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= http://www.gdal.org/dl/ |