svn commit: r516993 - in head: science/paraview sysutils/libgksu

Tobias Kortkamp tobik at FreeBSD.org
Thu Nov 7 17:28:57 UTC 2019


Author: tobik
Date: Thu Nov  7 17:28:56 2019
New Revision: 516993
URL: https://svnweb.freebsd.org/changeset/ports/516993

Log:
  Unbreak

Modified:
  head/science/paraview/Makefile
  head/sysutils/libgksu/Makefile

Modified: head/science/paraview/Makefile
==============================================================================
--- head/science/paraview/Makefile	Thu Nov  7 17:26:56 2019	(r516992)
+++ head/science/paraview/Makefile	Thu Nov  7 17:28:56 2019	(r516993)
@@ -32,9 +32,10 @@ LIB_DEPENDS=	libhdf5.so:science/hdf5 \
 RUN_DEPENDS=	bash:shells/bash	\
 		${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
 
-USES=		alias cmake compiler:c11 gl jpeg localbase python:2.7 qt:5 shebangfix
+USES=		alias cmake compiler:c11 gl jpeg localbase python:2.7 qt:5 \
+		shebangfix xorg
 USE_QT=		core gui help network sql widgets x11extras xmlpatterns \
-		buildtools_build qmake_build xorg
+		buildtools_build qmake_build
 USE_GL=		gl glu
 USE_XORG=	x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm xorgproto
 USE_LDCONFIG=	yes

Modified: head/sysutils/libgksu/Makefile
==============================================================================
--- head/sysutils/libgksu/Makefile	Thu Nov  7 17:26:56 2019	(r516992)
+++ head/sysutils/libgksu/Makefile	Thu Nov  7 17:28:56 2019	(r516993)
@@ -20,8 +20,8 @@ LIB_DEPENDS=	libgtop-2.0.so:devel/libgtop \
 RUN_DEPENDS=	xauth:x11/xauth \
 		sudo:security/sudo
 
-USES=		gettext gmake gnome libtool pathfix pkgconfig
-USE_GNOME=	glib20 gconf2 intltool xorg
+USES=		gettext gmake gnome libtool pathfix pkgconfig xorg
+USE_GNOME=	glib20 gconf2 intltool
 USE_LDCONFIG=	yes
 USE_XORG=	x11
 CONFIGURE_ARGS=	--enable-gtk-doc=no


More information about the svn-ports-all mailing list