aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2012-12-11 09:29:18 +0800
committergarga <garga@FreeBSD.org>2012-12-11 09:29:18 +0800
commit6ccbf2e6e6da12feebb56adb9eb92e6128059bba (patch)
treea7f76cb2f5bff359025ce96c052ed33f470980fa
parent87824dc36fb0922de2e2cfc122a5768b34c8a7e4 (diff)
downloadfreebsd-ports-gnome-6ccbf2e6e6da12feebb56adb9eb92e6128059bba.tar.gz
freebsd-ports-gnome-6ccbf2e6e6da12feebb56adb9eb92e6128059bba.tar.zst
freebsd-ports-gnome-6ccbf2e6e6da12feebb56adb9eb92e6128059bba.zip
Remove unecessary dependency (gperf) and bump PORTREVISION
PR: ports/174328 Submitted by: Niclas Zeising <zeising@daemonic.se>
-rw-r--r--x11/xcb-util/Makefile3
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 \