diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
commit | 92ea0d614b10bd99ce43a611721c7c4003cd79a5 (patch) | |
tree | cf13f962932aab3646f0af684b2923c4e0f0825b /x11/xcb-util-image | |
parent | ffbb85145227efbc987e5d09cab804f896bf37f5 (diff) |
Notes
Diffstat (limited to 'x11/xcb-util-image')
-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 |