diff options
author | hasso <hasso@pkgsrc.org> | 2009-04-24 01:32:50 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-04-24 01:32:50 +0000 |
commit | 62048b5f1a5700524561fd042127736654ff9c76 (patch) | |
tree | faca2540cbe415844c219870356c9b14c44af768 /lang/python26/Makefile | |
parent | 6c33477a2897beaec90ba93f2e5b1202bc1d8aed (diff) | |
download | pkgsrc-62048b5f1a5700524561fd042127736654ff9c76.tar.gz |
* Make it build on DragonFly.
* Remove rgbimg module from PLIST, it's removed.
* Bump PKGREVISION.
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r-- | lang/python26/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 6137d4c98fb..da9be602d1e 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/19 14:42:48 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/04/24 01:32:50 hasso Exp $ DISTNAME= Python-2.6.2 PKGNAME= python26-2.6.2 +PKGREVISION= 1 CATEGORIES= lang python MASTER_SITES= ftp://ftp.python.org/pub/python/2.6.2/ \ http://www.python.org/ftp/python/2.6.2/ |