summaryrefslogtreecommitdiff
path: root/sysutils/spice-protocol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/spice-protocol/Makefile')
-rw-r--r--sysutils/spice-protocol/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/spice-protocol/Makefile b/sysutils/spice-protocol/Makefile
index 797131c2641..710030cb6e7 100644
--- a/sysutils/spice-protocol/Makefile
+++ b/sysutils/spice-protocol/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2015/08/06 11:07:30 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2015/09/30 20:13:29 wiz Exp $
-DISTNAME= spice-protocol-0.12.9
+DISTNAME= spice-protocol-0.12.10
CATEGORIES= sysutils
MASTER_SITES= http://spice-space.org/download/releases/
EXTRACT_SUFX= .tar.bz2
@@ -15,5 +15,7 @@ USE_TOOLS+= pkg-config
USE_LANGUAGES= # none
PKGCONFIG_OVERRIDE+= spice-protocol.pc.in
+REPLACE_PYTHON+= python_modules/*.py *.py
+.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"