summaryrefslogtreecommitdiff
path: root/devel/bzr-explorer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bzr-explorer/Makefile')
-rw-r--r--devel/bzr-explorer/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/devel/bzr-explorer/Makefile b/devel/bzr-explorer/Makefile
index a5255d4298e..0dad1c7fa35 100644
--- a/devel/bzr-explorer/Makefile
+++ b/devel/bzr-explorer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/10/31 11:16:43 asau Exp $
+# $NetBSD: Makefile,v 1.13 2014/01/25 10:30:00 wiz Exp $
DISTNAME= bzr-explorer-${VER}
PKGREVISION= 2
@@ -11,16 +11,13 @@ HOMEPAGE= https://launchpad.net/bzr-explorer
COMMENT= GUI frontend to bzr
LICENSE= gnu-gpl-v2
-# Needed for launchpad
-FETCH_USING= curl
-
-USE_TOOLS+= msgfmt
-
DEPENDS+= qbzr>=0.11:../../devel/qbzr
DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
-PYDISTUTILSPKG= yes
+USE_TOOLS+= msgfmt
+
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # qbzr
.include "../../devel/bzr/plugin.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"