svn commit: r434983 - head/x11/xkeyboard-config

Matthew Rezny rezny at FreeBSD.org
Mon Feb 27 17:47:27 UTC 2017


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


More information about the svn-ports-all mailing list