diff options
author | antoine <antoine@FreeBSD.org> | 2015-12-19 23:08:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-12-19 23:08:02 +0800 |
commit | 5e675aebf31a73a992ccf094a2f36fd073ed72f7 (patch) | |
tree | 50e417ca8188393298873ae5f574ffe058a2e3c2 /deskutils | |
parent | c5bca82a5e36f9ca9f0d74c2253bd5bb2d0ab074 (diff) | |
download | freebsd-ports-gnome-5e675aebf31a73a992ccf094a2f36fd073ed72f7.tar.gz freebsd-ports-gnome-5e675aebf31a73a992ccf094a2f36fd073ed72f7.tar.zst freebsd-ports-gnome-5e675aebf31a73a992ccf094a2f36fd073ed72f7.zip |
Mark BROKEN: fails to package
pkg-static: Unable to access file /wrkdirs/usr/ports/deskutils/py-spice-gtk/work/stage/usr/local/lib/python2.7/site-packages/SpiceClientGtk.a: No such file or directory
Reported by: pkg-fallout
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/py-spice-gtk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/py-spice-gtk/Makefile b/deskutils/py-spice-gtk/Makefile index 83a968f0cf13..8c70b4ac1797 100644 --- a/deskutils/py-spice-gtk/Makefile +++ b/deskutils/py-spice-gtk/Makefile @@ -6,5 +6,6 @@ MASTERDIR= ${.CURDIR}/../spice-gtk CONFLICTS= spice-gtk-[0-9]* SPICE_SLAVE= yes +BROKEN= fails to package .include "${MASTERDIR}/Makefile" |