diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-03-17 10:28:05 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-03-17 10:28:05 +0000 |
commit | c1242a19dc8f90ccb59d9525655a55cbb633d455 (patch) | |
tree | 25ea8a1fdf7ff2d7b815570098ea1434a6ad7da7 /deskutils | |
parent | 1c73d345b8495ed159d63a0e38f11f97bf73faa8 (diff) | |
download | ports-c1242a19dc8f90ccb59d9525655a55cbb633d455.tar.gz ports-c1242a19dc8f90ccb59d9525655a55cbb633d455.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/spice-gtk/Makefile | 2 | ||||
-rw-r--r-- | deskutils/spice-gtk/files/patch-configure | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/deskutils/spice-gtk/Makefile b/deskutils/spice-gtk/Makefile index 637155101985..8ead98fccbb5 100644 --- a/deskutils/spice-gtk/Makefile +++ b/deskutils/spice-gtk/Makefile @@ -3,6 +3,7 @@ PORTNAME= spice-gtk PORTVERSION= 0.30 +PORTREVISION= 1 CATEGORIES?= deskutils gnome MASTER_SITES= http://www.spice-space.org/download/gtk/ @@ -18,6 +19,7 @@ CPE_VENDOR= redhat BUILD_DEPENDS= spice-protocol>=0.12.10:${PORTSDIR}/devel/spice-protocol \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:${PORTSDIR}/devel/py-pyparsing +RUN_DEPENDS= spice-protocol>=0.12.10:${PORTSDIR}/devel/spice-protocol .if defined(SPICE_SLAVE) PORTREVISION= 1 diff --git a/deskutils/spice-gtk/files/patch-configure b/deskutils/spice-gtk/files/patch-configure new file mode 100644 index 000000000000..842a64391e8f --- /dev/null +++ b/deskutils/spice-gtk/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2016-02-03 17:27:02.495339000 +0100 ++++ configure 2016-02-03 17:27:23.048743000 +0100 +@@ -16074,7 +16074,7 @@ + fi + + +-SPICE_GLIB_REQUIRES="${SPICE_GLIB_REQUIRES} openssl" ++#SPICE_GLIB_REQUIRES="${SPICE_GLIB_REQUIRES} openssl" + + + # Check whether --with-sasl was given. |