aboutsummaryrefslogtreecommitdiff
path: root/security/py-keyring/Makefile
diff options
context:
space:
mode:
authorYi-Jheng Lin <yzlin@FreeBSD.org>2009-10-03 03:13:10 +0000
committerYi-Jheng Lin <yzlin@FreeBSD.org>2009-10-03 03:13:10 +0000
commitedea7034515f34db965630b2f9ba5ab9a7e67142 (patch)
tree2f5f10ffb6db1ca2ca3dc652088e0d7b3b05b42a /security/py-keyring/Makefile
parent6072a3d2b92067c39ae2e7cfbcc02f170d1c04d3 (diff)
Notes
Diffstat (limited to 'security/py-keyring/Makefile')
-rw-r--r--security/py-keyring/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile
index fa0a568b0eac..df7cb7177049 100644
--- a/security/py-keyring/Makefile
+++ b/security/py-keyring/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= keyring
-PORTVERSION= 0.1
+PORTVERSION= 0.2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP \
http://code.douglasthrift.net/files/${PORTNAME}/
@@ -18,7 +18,7 @@ COMMENT= Store and access your passwords safely
LATEST_LINK= py-${PORTNAME}
USE_KDE4= #
-USE_PYTHON= 2.6+
+USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
OPTIONS= GNOME_KEYRING "GNOME Keyring backend" Off \
@@ -46,7 +46,7 @@ post-patch:
${WRKSRC}/extensions.py
.endif
.if defined(WITH_KDE_KWALLET)
- @${REINPLACE_CMD} -e 's|kde4-config|${KDE4_PREFIX}/bin/kde4-config|' \
+ @${REINPLACE_CMD} -e 's|kde-config|${KDE4_PREFIX}/bin/kde4-config|' \
${WRKSRC}/extensions.py
.else
@${REINPLACE_CMD} -e 's|exts\.append(kde_kwallet_module)|#&|' \