svn commit: r513192 - head/x11-toolkits/open-motif

Cy Schubert cy at FreeBSD.org
Sun Sep 29 04:46:33 UTC 2019


Author: cy
Date: Sun Sep 29 04:46:33 2019
New Revision: 513192
URL: https://svnweb.freebsd.org/changeset/ports/513192

Log:
  Using USE_XORG alone is deprecated, please use USES=xorg

Modified:
  head/x11-toolkits/open-motif/Makefile   (contents, props changed)

Modified: head/x11-toolkits/open-motif/Makefile
==============================================================================
--- head/x11-toolkits/open-motif/Makefile	Sun Sep 29 04:15:47 2019	(r513191)
+++ head/x11-toolkits/open-motif/Makefile	Sun Sep 29 04:46:33 2019	(r513192)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 MAKE_JOBS_UNSAFE=	yes
 CONFLICTS=	lesstif-[0-9]*
 
-USES=		autoreconf gmake iconv jpeg libtool:keepla pkgconfig
+USES=		autoreconf gmake iconv jpeg libtool:keepla pkgconfig xorg
 USE_XORG=	x11 xaw xbitmaps xext xft xt xmu xrender sm ice
 LIB_DEPENDS=	libXp.so:x11/libXp \
 		libfontconfig.so:x11-fonts/fontconfig \


More information about the svn-ports-all mailing list