diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 00:47:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 00:47:51 +0000 |
commit | 1b8254d5671c9aecfc12015d3c391371c91431e6 (patch) | |
tree | 103b85054516edcebbcd9c5d4a6868cfea44f281 /ports-mgmt/packagekit/Makefile | |
parent | 9bdb105d7b16d6cfa432aa59f7310f79d3a45688 (diff) |
- Move to py25 or above
- While here kick md5 support
Notes
Notes:
svn path=/head/; revision=269623
Diffstat (limited to 'ports-mgmt/packagekit/Makefile')
-rw-r--r-- | ports-mgmt/packagekit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 4286e43c48f7..54a8d60c6528 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -7,7 +7,7 @@ PORTNAME= PackageKit PORTVERSION= 0.6.11 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= ports-mgmt sysutils MASTER_SITES= http://www.packagekit.org/releases/ @@ -30,7 +30,7 @@ USE_GETTEXT= yes USE_GNOME= glib20 intltool USE_ICONV= yes USE_LDCONFIG= yes -USE_PYTHON_BUILD= 2.4+ +USE_PYTHON_BUILD= 2.5+ GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -lexecinfo |