From e0323375f033c9fa76985a8407b7f5f3a01386da Mon Sep 17 00:00:00 2001 From: garga Date: Mon, 2 Jul 2012 22:24:21 +0000 Subject: Remove lib version from LIB_DEPENDS to silence portlint --- x11/xcb-util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/xcb-util') diff --git a/x11/xcb-util/Makefile b/x11/xcb-util/Makefile index 1f2f60e5cbc6..13bafafcfe11 100644 --- a/x11/xcb-util/Makefile +++ b/x11/xcb-util/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= A module with libxcb/libX11 extension/replacement libraries -LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb +LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf USE_BZIP2= yes -- cgit