Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2019 04:46:33 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513192 - head/x11-toolkits/open-motif
Message-ID:  <201909290446.x8T4kX4I048734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909290446.x8T4kX4I048734>