diff options
Diffstat (limited to 'x11/xcb-util-image/Makefile')
-rw-r--r-- | x11/xcb-util-image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcb-util-image/Makefile b/x11/xcb-util-image/Makefile index e5cc17260be6..b5d61a175428 100644 --- a/x11/xcb-util-image/Makefile +++ b/x11/xcb-util-image/Makefile @@ -8,13 +8,13 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= A port of Xlib's XImage and XShmImage functions -LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb \ - xcb-util:${PORTSDIR}/x11/xcb-util +LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes +USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp #USE_AUTOTOOLS= libtool |