svn commit: r516803 - in head: finance/gnucash finance/wmstock finance/xtrader ftp/wmget

Niclas Zeising zeising at FreeBSD.org
Tue Nov 5 15:56:43 UTC 2019


Author: zeising
Date: Tue Nov  5 15:56:41 2019
New Revision: 516803
URL: https://svnweb.freebsd.org/changeset/ports/516803

Log:
  Add USES=xorg USES=gl, ports categories d
  
  Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
  starting with 'd'.

Modified:
  head/finance/gnucash/Makefile
  head/finance/wmstock/Makefile
  head/finance/xtrader/Makefile
  head/ftp/wmget/Makefile

Modified: head/finance/gnucash/Makefile
==============================================================================
--- head/finance/gnucash/Makefile	Tue Nov  5 15:48:40 2019	(r516802)
+++ head/finance/gnucash/Makefile	Tue Nov  5 15:56:41 2019	(r516803)
@@ -27,8 +27,9 @@ RUN_DEPENDS=	p5-libwww>=0:www/p5-libwww \
 		p5-Date-Manip>=0:devel/p5-Date-Manip \
 		p5-Finance-Quote>=0:finance/p5-Finance-Quote
 
-USES=		cmake:insource compiler:c++11-lib desktop-file-utils gettext-tools gnome libtool \
-		localbase perl5 pkgconfig shebangfix tar:bzip2
+USES=		cmake:insource compiler:c++11-lib desktop-file-utils \
+		gettext-tools gnome libtool localbase perl5 pkgconfig \
+		shebangfix tar:bzip2 xorg
 USE_XORG=	x11
 USE_CXXSTD=	c++11
 USE_GNOME=	cairo gtk30 intltool libxml2 libxslt

Modified: head/finance/wmstock/Makefile
==============================================================================
--- head/finance/wmstock/Makefile	Tue Nov  5 15:48:40 2019	(r516802)
+++ head/finance/wmstock/Makefile	Tue Nov  5 15:56:41 2019	(r516803)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://www.mattfischer.com/wmstock/src/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Cool WindowMaker Dockapp that shows stock ticker(s)
 
-USES=		gmake shebangfix
+USES=		gmake shebangfix xorg
 USE_XORG=	xpm
 SHEBANG_FILES=	getquote
 

Modified: head/finance/xtrader/Makefile
==============================================================================
--- head/finance/xtrader/Makefile	Tue Nov  5 15:48:40 2019	(r516802)
+++ head/finance/xtrader/Makefile	Tue Nov  5 15:56:41 2019	(r516803)
@@ -14,10 +14,10 @@ LIB_DEPENDS=	libptypes.so:devel/ptypes \
 		libfltk.so.1:x11-toolkits/fltk
 
 MAKEFILE=	Makefile.linux
+USES=		gmake xorg
 USE_XORG=	x11 xpm
 BUILD_WRKSRC=	${WRKSRC}/${PORTNAME}
 NO_WRKSUBDIR=	yes
-USES=		gmake
 
 PLIST_FILES=	bin/xtrader \
 		%%DATADIR%%/sample.xt

Modified: head/ftp/wmget/Makefile
==============================================================================
--- head/ftp/wmget/Makefile	Tue Nov  5 15:48:40 2019	(r516802)
+++ head/ftp/wmget/Makefile	Tue Nov  5 15:56:41 2019	(r516803)
@@ -14,8 +14,8 @@ COMMENT=	Dock app for Window Maker providing wget func
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
+USES=		gmake xorg
 USE_XORG=	x11 xpm
-USES=		gmake
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 MAKE_ENV+=	${CONFIGURE_ENV}


More information about the svn-ports-all mailing list