diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2018-01-20 17:37:21 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2018-01-20 17:37:21 +0000 |
commit | 6889f8df02dc5dbc3610d4c44c669d9e12874124 (patch) | |
tree | 7e566766a37d3c700cf42ac273f509d974ab6599 /deskutils | |
parent | 99beda8a53c5e51c00c6837d7d5af8ccfd5bcda8 (diff) | |
download | ports-6889f8df02dc5dbc3610d4c44c669d9e12874124.tar.gz ports-6889f8df02dc5dbc3610d4c44c669d9e12874124.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/py-spice-gtk/Makefile | 11 |
2 files changed, 0 insertions, 12 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index d7dc4ec37d6c..ed1335fc3377 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -202,7 +202,6 @@ SUBDIR += py-pycarddav SUBDIR += py-pystash SUBDIR += py-send2trash - SUBDIR += py-spice-gtk SUBDIR += py-taskw SUBDIR += py-vdirsyncer SUBDIR += py-vobject diff --git a/deskutils/py-spice-gtk/Makefile b/deskutils/py-spice-gtk/Makefile deleted file mode 100644 index c9dba88795dd..000000000000 --- a/deskutils/py-spice-gtk/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Created by: olevole@olevole.ru -# $FreeBSD$ - -PORTREVISION= 1 -COMMENT= Python bindings for SPICE remote desktop servers -MASTERDIR= ${.CURDIR}/../spice-gtk - -CONFLICTS= spice-gtk-[0-9]* -SPICE_SLAVE= yes - -.include "${MASTERDIR}/Makefile" |