Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2017 17:47:25 +0000 (UTC)
From:      Matthew Rezny <rezny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434983 - head/x11/xkeyboard-config
Message-ID:  <201702271747.v1RHlPH6093156@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rezny
Date: Mon Feb 27 17:47:25 2017
New Revision: 434983
URL: https://svnweb.freebsd.org/changeset/ports/434983

Log:
  Cleanup: convert to USES=localbase, drop what bsd.xorg.mk already provides
  
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9443

Modified:
  head/x11/xkeyboard-config/Makefile

Modified: head/x11/xkeyboard-config/Makefile
==============================================================================
--- head/x11/xkeyboard-config/Makefile	Mon Feb 27 17:42:11 2017	(r434982)
+++ head/x11/xkeyboard-config/Makefile	Mon Feb 27 17:47:25 2017	(r434983)
@@ -15,16 +15,12 @@ BUILD_DEPENDS=	xkbcomp:x11/xkbcomp
 XORG_CAT=	data
 
 NO_ARCH=	yes
-USES=		gmake pathfix perl5 tar:bzip2
+USES=		gmake localbase pathfix perl5
 USE_GNOME=	intlhack libxslt:build
 USE_PERL5=	build
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
 
 CONFIGURE_ARGS=	--with-xkb-base=${PREFIX}/share/X11/xkb \
 		--with-xkb-rules-symlink=xorg
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	ETERSOFT
 ETERSOFT_DESC=	Add pre-1918 Russian letters to typographic layout



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