Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 01:29:19 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308653 - head/x11/xcb-util
Message-ID:  <201212110129.qBB1TJCr061521@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue Dec 11 01:29:18 2012
New Revision: 308653
URL: http://svnweb.freebsd.org/changeset/ports/308653

Log:
  Remove unecessary dependency (gperf) and bump PORTREVISION
  
  PR:		ports/174328
  Submitted by:	Niclas Zeising <zeising@daemonic.se>

Modified:
  head/x11/xcb-util/Makefile

Modified: head/x11/xcb-util/Makefile
==============================================================================
--- head/x11/xcb-util/Makefile	Tue Dec 11 00:48:33 2012	(r308652)
+++ head/x11/xcb-util/Makefile	Tue Dec 11 01:29:18 2012	(r308653)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xcb-util
 PORTVERSION=	0.3.9
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
@@ -11,7 +12,6 @@ MAINTAINER=	garga@FreeBSD.org
 COMMENT=	A module with libxcb/libX11 extension/replacement libraries
 
 LIB_DEPENDS=	xcb:${PORTSDIR}/x11/libxcb
-BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
@@ -20,7 +20,6 @@ USE_XORG=	xau xdmcp
 USE_AUTOTOOLS=	libtool
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	GPERF="${LOCALBASE}/bin/gperf"
 
 post-patch:
 	@${REINPLACE_CMD} -e \



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