svn commit: r516925 - in head/russian: emkatic xruskb

Niclas Zeising zeising at FreeBSD.org
Wed Nov 6 20:49:26 UTC 2019


Author: zeising
Date: Wed Nov  6 20:49:25 2019
New Revision: 516925
URL: https://svnweb.freebsd.org/changeset/ports/516925

Log:
  Add USES=xorg USES=gl, ports categories r
  
  Add USES=xorg and USES=gl to ports in categories starting with 'r'
  While here, try to sprinkle other USES (mostly gnome and sdl) as needed.

Modified:
  head/russian/emkatic/Makefile
  head/russian/xruskb/Makefile

Modified: head/russian/emkatic/Makefile
==============================================================================
--- head/russian/emkatic/Makefile	Wed Nov  6 20:47:26 2019	(r516924)
+++ head/russian/emkatic/Makefile	Wed Nov  6 20:49:25 2019	(r516925)
@@ -14,7 +14,7 @@ COMMENT=	Emulator of Elektronika RPN programmable calc
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
-USES=		fpc lazarus:flavors
+USES=		fpc lazarus:flavors xorg
 USE_FPC=	cairo chm fcl-base fcl-image fcl-json fcl-registry fcl-xml \
 		pasjpeg regexpr rtl-extra x11
 USE_XORG=	x11
@@ -35,6 +35,7 @@ OPTIONS_DEFAULT=	PORTAUDIO
 PORTAUDIO_LIB_DEPENDS=	libportaudio.so:audio/portaudio
 
 .if ${FLAVOR:Ugtk2:Mgtk2}
+USES+=		gnome
 USE_GNOME+=	cairo
 .endif
 

Modified: head/russian/xruskb/Makefile
==============================================================================
--- head/russian/xruskb/Makefile	Wed Nov  6 20:47:26 2019	(r516924)
+++ head/russian/xruskb/Makefile	Wed Nov  6 20:49:25 2019	(r516925)
@@ -14,7 +14,7 @@ COMMENT=	Keyboard layout switcher and indicator
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		tar:bzip2
+USES=		tar:bzip2 xorg
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share
 USE_XORG=	x11 ice xt xmu xext sm


More information about the svn-ports-all mailing list