View | Details | Raw Unified | Return to bug 207569
Collapse All | Expand All

(-)deskutils/spice-gtk/Makefile (+2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	spice-gtk
4
PORTNAME=	spice-gtk
5
PORTVERSION=	0.30
5
PORTVERSION=	0.30
6
PORTREVISION=	1
6
CATEGORIES?=	deskutils gnome
7
CATEGORIES?=	deskutils gnome
7
MASTER_SITES=	http://www.spice-space.org/download/gtk/
8
MASTER_SITES=	http://www.spice-space.org/download/gtk/
8
9
Lines 18-23 Link Here
18
19
19
BUILD_DEPENDS=	spice-protocol>=0.12.10:${PORTSDIR}/devel/spice-protocol \
20
BUILD_DEPENDS=	spice-protocol>=0.12.10:${PORTSDIR}/devel/spice-protocol \
20
		${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:${PORTSDIR}/devel/py-pyparsing
21
		${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:${PORTSDIR}/devel/py-pyparsing
22
RUN_DEPENDS=	spice-protocol>=0.12.10:${PORTSDIR}/devel/spice-protocol
21
23
22
.if defined(SPICE_SLAVE)
24
.if defined(SPICE_SLAVE)
23
PORTREVISION=	1
25
PORTREVISION=	1
(-)deskutils/spice-gtk/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2016-02-03 17:27:02.495339000 +0100
2
+++ configure	2016-02-03 17:27:23.048743000 +0100
3
@@ -16074,7 +16074,7 @@
4
 fi
5
 
6
 
7
-SPICE_GLIB_REQUIRES="${SPICE_GLIB_REQUIRES} openssl"
8
+#SPICE_GLIB_REQUIRES="${SPICE_GLIB_REQUIRES} openssl"
9
 
10
 
11
 # Check whether --with-sasl was given.

Return to bug 207569