diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 22:56:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 22:56:21 +0000 |
commit | 3c645bb7fc37b7d01fc429cb6ae2e339153385de (patch) | |
tree | 1bcb6950318fcb7cb60eb9b7184e085ec6937037 /databases/postgresql83-plpython/Makefile | |
parent | 300d89fb2452a6e06d8b90d8de94b2c93ce99013 (diff) | |
download | pkgsrc-3c645bb7fc37b7d01fc429cb6ae2e339153385de.tar.gz |
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
Diffstat (limited to 'databases/postgresql83-plpython/Makefile')
-rw-r--r-- | databases/postgresql83-plpython/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql83-plpython/Makefile b/databases/postgresql83-plpython/Makefile index 5f0ac01f8ec..83a4f0e80e2 100644 --- a/databases/postgresql83-plpython/Makefile +++ b/databases/postgresql83-plpython/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:20 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/02/09 22:56:22 joerg Exp $ PKGNAME= postgresql83-plpython-${BASE_VERS} +PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend PKG_DESTDIR_SUPPORT= user-destdir |