svn commit: r308653 - head/x11/xcb-util

Renato Botelho garga at FreeBSD.org
Tue Dec 11 01:29:19 UTC 2012


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 at 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 at 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 \


More information about the svn-ports-all mailing list