diff options
author | Renato Botelho <garga@FreeBSD.org> | 2012-12-11 01:29:18 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2012-12-11 01:29:18 +0000 |
commit | 6c075bdb22313b81523802d2b116482f0c1737f4 (patch) | |
tree | a7f76cb2f5bff359025ce96c052ed33f470980fa /x11 | |
parent | - update libvirt to 1.0.0, and bump others for shlib change (diff) |
Remove unecessary dependency (gperf) and bump PORTREVISION
PR: ports/174328
Submitted by: Niclas Zeising <zeising@daemonic.se>
Notes
Notes:
svn path=/head/; revision=308653
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb-util/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xcb-util/Makefile b/x11/xcb-util/Makefile index dda1458ac7bd..59e252f01999 100644 --- a/x11/xcb-util/Makefile +++ b/x11/xcb-util/Makefile @@ -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 \ |