svn commit: r485838 - head/editors/openoffice-devel

Don Lewis truckman at FreeBSD.org
Sun Nov 25 00:24:36 UTC 2018


Author: truckman
Date: Sun Nov 25 00:24:35 2018
New Revision: 485838
URL: https://svnweb.freebsd.org/changeset/ports/485838

Log:
  Silence warnings from the ports framework by adding gl and gnome to USES.

Modified:
  head/editors/openoffice-devel/Makefile

Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile	Sun Nov 25 00:17:23 2018	(r485837)
+++ head/editors/openoffice-devel/Makefile	Sun Nov 25 00:24:35 2018	(r485838)
@@ -98,10 +98,9 @@ RUN_DEPENDS=								\
 		${LOCALBASE}/share/fonts/Carlito/Carlito-Bold.ttf:x11-fonts/crosextrafonts-carlito-ttf \
 		${LOCALBASE}/share/fonts/ChromeOS/Arimo-Bold.ttf:x11-fonts/croscorefonts-fonts-ttf
 
-USES=		autoreconf bison compiler:c++11-lib cpe \
-		desktop-file-utils \
-		gettext-runtime gmake iconv jpeg perl5 pkgconfig python:2.7 \
-		shared-mime-info ssl tar:${TARTYPE}
+USES=		autoreconf bison compiler:c++11-lib cpe desktop-file-utils \
+		gettext-runtime gl gmake gnome iconv jpeg perl5 pkgconfig \
+		python:2.7 shared-mime-info ssl tar:${TARTYPE}
 USE_GL=		gl glu
 USE_GNOME=	gtk20 libxslt libidl glib20
 USE_JAVA=	yes


More information about the svn-ports-all mailing list