svn commit: r426036 - head/deskutils/vboxgtk

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Nov 13 11:27:11 UTC 2016


Author: rm
Date: Sun Nov 13 11:27:10 2016
New Revision: 426036
URL: https://svnweb.freebsd.org/changeset/ports/426036

Log:
  deskutils/vboxgtk: remove bogus dependency
  
  pytgk2 is not used by this port, so remove it.
  The port is marked broken already (fetch fails), but it also broken
  in another way:
  =============================================================================
  ===>   vboxgtk-0.8.2_1 depends on file: /usr/local/lib/python2.7/site-packages/xpcom/vboxxpcom.py - not found
  *** Error code 1

Modified:
  head/deskutils/vboxgtk/Makefile

Modified: head/deskutils/vboxgtk/Makefile
==============================================================================
--- head/deskutils/vboxgtk/Makefile	Sun Nov 13 11:18:23 2016	(r426035)
+++ head/deskutils/vboxgtk/Makefile	Sun Nov 13 11:27:10 2016	(r426036)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/xpcom/
 
 USES=		python
 USE_PYTHON=	distutils autoplist
-USE_GNOME=	gtk30 intltool pygtk2
+USE_GNOME=	gtk30 intltool
 INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	NLS


More information about the svn-ports-all mailing list