svn commit: r513035 - head/editors/hte

Rene Ladan rene at FreeBSD.org
Fri Sep 27 14:07:30 UTC 2019


Author: rene
Date: Fri Sep 27 14:07:29 2019
New Revision: 513035
URL: https://svnweb.freebsd.org/changeset/ports/513035

Log:
  editors/hte: modernize otional xorg USES

Modified:
  head/editors/hte/Makefile

Modified: head/editors/hte/Makefile
==============================================================================
--- head/editors/hte/Makefile	Fri Sep 27 13:16:33 2019	(r513034)
+++ head/editors/hte/Makefile	Fri Sep 27 14:07:29 2019	(r513035)
@@ -31,8 +31,8 @@ LZO2_LIB_DEPENDS=	liblzo2.so:archivers/lzo2
 LZO2_CONFIGURE_OFF=	--with-included-lzo
 
 X11_DESC=	X11 textmode support
+X11_USES=		localbase:ldflags xorg
 X11_USE=		XORG=x11
-X11_USES=		localbase:ldflags
 X11_CONFIGURE_ENABLE=	x11-textmode
 
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list