diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-09-24 16:47:23 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-09-24 16:47:23 +0000 |
commit | 172810a1035de217cebd549deeff5d9d1d5486e2 (patch) | |
tree | 3debfa29653b0d982265f0c4e1b5f126cf718c92 /x11/xcb-util-renderutil | |
parent | 968182c75316b62832509d86765d8299cdd1338e (diff) | |
download | ports-172810a1035de217cebd549deeff5d9d1d5486e2.tar.gz ports-172810a1035de217cebd549deeff5d9d1d5486e2.zip |
Update LIB_DEPENDS syntax on my ports and silent make check-makefile
Notes
Notes:
svn path=/head/; revision=328166
Diffstat (limited to 'x11/xcb-util-renderutil')
-rw-r--r-- | x11/xcb-util-renderutil/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/xcb-util-renderutil/Makefile b/x11/xcb-util-renderutil/Makefile index 36d1e949133b..f6ad1ad64c0f 100644 --- a/x11/xcb-util-renderutil/Makefile +++ b/x11/xcb-util-renderutil/Makefile @@ -8,18 +8,14 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= Convenience functions for the Render extension -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_XORG= xcb xorg-macros USE_LDCONFIG= yes -#USE_XORG= xau xdmcp -#USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -#CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" NO_STAGE= yes post-patch: |