diff options
Diffstat (limited to 'x11/xcb-util-wm/Makefile')
-rw-r--r-- | x11/xcb-util-wm/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/xcb-util-wm/Makefile b/x11/xcb-util-wm/Makefile index 696b9bf2803b..71cc0ca342af 100644 --- a/x11/xcb-util-wm/Makefile +++ b/x11/xcb-util-wm/Makefile @@ -8,18 +8,14 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= Framework for window manager implementation -LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util -#BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/x11/xcb-util USE_BZIP2= yes USES= gmake pkgconfig USE_LDCONFIG= yes USE_XORG= xcb xorg-macros -#USE_XORG= xau xdmcp -#USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -#CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" NO_STAGE= yes post-patch: |