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 | |
parent | 968182c75316b62832509d86765d8299cdd1338e (diff) | |
download | ports-172810a1035de217cebd549deeff5d9d1d5486e2.tar.gz ports-172810a1035de217cebd549deeff5d9d1d5486e2.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gmrun/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-util-image/Makefile | 6 | ||||
-rw-r--r-- | x11/xcb-util-keysyms/Makefile | 6 | ||||
-rw-r--r-- | x11/xcb-util-renderutil/Makefile | 6 | ||||
-rw-r--r-- | x11/xcb-util-wm/Makefile | 6 |
5 files changed, 5 insertions, 21 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index a8187b770e41..ce7bc1d63941 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org COMMENT= A customizable program to run programs, with tab-completion -LIB_DEPENDS= popt:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt OPTIONS_DEFINE= DOCS diff --git a/x11/xcb-util-image/Makefile b/x11/xcb-util-image/Makefile index d56c42ad6b42..25b4954aa49c 100644 --- a/x11/xcb-util-image/Makefile +++ b/x11/xcb-util-image/Makefile @@ -8,18 +8,14 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= A port of Xlib's XImage and XShmImage functions -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: 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: 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: 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: |