svn commit: r516994 - head/x11/xterm

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Nov 7 17:35:33 UTC 2019


Author: 0mp
Date: Thu Nov  7 17:35:33 2019
New Revision: 516994
URL: https://svnweb.freebsd.org/changeset/ports/516994

Log:
  Set USES=localbase instead of CPPFLAGS and LIBS
  
  Approved by:	portmgr (blanket, infrastructure changes)

Modified:
  head/x11/xterm/Makefile

Modified: head/x11/xterm/Makefile
==============================================================================
--- head/x11/xterm/Makefile	Thu Nov  7 17:28:56 2019	(r516993)
+++ head/x11/xterm/Makefile	Thu Nov  7 17:35:33 2019	(r516994)
@@ -16,7 +16,7 @@ COMMENT=	Terminal emulator for the X Window System
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe ncurses tar:tgz xorg
+USES=		cpe localbase ncurses tar:tgz xorg
 USE_XORG=	xft xmu xt x11 xext xpm ice
 
 GNU_CONFIGURE=	yes
@@ -26,9 +26,6 @@ CPE_VENDOR=	invisible-island
 CONFIGURE_ARGS+=	--with-utempter --enable-narrowproto
 
 CONFLICTS=	x11iraf-[0-9]*
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 
 ICONVERSION=	1
 


More information about the svn-ports-all mailing list