Date: Wed, 6 Nov 2019 20:49:25 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516925 - in head/russian: emkatic xruskb Message-ID: <201911062049.xA6KnP0P093258@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911062049.xA6KnP0P093258>