Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2019 17:35:33 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516994 - head/x11/xterm
Message-ID:  <201911071735.xA7HZXSi044413@repo.freebsd.org>

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



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