diff options
Diffstat (limited to 'x11/xcb-util-keysyms/Makefile')
-rw-r--r-- | x11/xcb-util-keysyms/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/xcb-util-keysyms/Makefile b/x11/xcb-util-keysyms/Makefile index aebfa8050913..e363d701aacf 100644 --- a/x11/xcb-util-keysyms/Makefile +++ b/x11/xcb-util-keysyms/Makefile @@ -8,18 +8,14 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= Standard X key constants and conversion to/from keycodes -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 USES= gmake pkgconfig USE_BZIP2= yes 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: |