Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 13:11:01 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311763 - head/x11/xkbcomp
Message-ID:  <201302061311.r16DB1VH023404@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Feb  6 13:11:01 2013
New Revision: 311763
URL: http://svnweb.freebsd.org/changeset/ports/311763

Log:
  Add USE_GNOME=gnomehack instead of home-rolled version. [1]
  Add xorg-macros to build depends to silence a configure warning.
  
  Noticed By:	danfe [1]

Modified:
  head/x11/xkbcomp/Makefile

Modified: head/x11/xkbcomp/Makefile
==============================================================================
--- head/x11/xkbcomp/Makefile	Wed Feb  6 13:09:28 2013	(r311762)
+++ head/x11/xkbcomp/Makefile	Wed Feb  6 13:11:01 2013	(r311763)
@@ -9,16 +9,14 @@ COMMENT=	Compile XKB keyboard descriptio
 
 LICENSE=	MIT
 
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xorg-macros.oc:${PORTSDIR}/devel/xorg-macros
 XORG_CAT=	app
 USE_XORG=	x11 xkbfile
+USE_GNOME=	gnomehack
 
 PLIST_FILES=	bin/xkbcomp \
 		libdata/pkgconfig/xkbcomp.pc
 
 MAN1=		xkbcomp.1
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
-	    ${WRKSRC}/Makefile.in
-
 .include <bsd.port.mk>



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