diff options
author | garga <garga@FreeBSD.org> | 2012-07-03 06:24:21 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-07-03 06:24:21 +0800 |
commit | e0323375f033c9fa76985a8407b7f5f3a01386da (patch) | |
tree | 2227e257d1b5500bc2efbb431982bd3cda7a5784 /x11 | |
parent | 4c383bdd13014d92ff91b67685be5d4298a5dfeb (diff) | |
download | freebsd-ports-gnome-e0323375f033c9fa76985a8407b7f5f3a01386da.tar.gz freebsd-ports-gnome-e0323375f033c9fa76985a8407b7f5f3a01386da.tar.zst freebsd-ports-gnome-e0323375f033c9fa76985a8407b7f5f3a01386da.zip |
Remove lib version from LIB_DEPENDS to silence portlint
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gmrun/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-util-image/Makefile | 4 | ||||
-rw-r--r-- | x11/xcb-util-keysyms/Makefile | 4 | ||||
-rw-r--r-- | x11/xcb-util-renderutil/Makefile | 4 | ||||
-rw-r--r-- | x11/xcb-util-wm/Makefile | 4 | ||||
-rw-r--r-- | x11/xcb-util/Makefile | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index db13d305d78d..554b8626208a 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org COMMENT= A customizable program to run programs, with tab-completion -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= popt:${PORTSDIR}/devel/popt USE_GNOME= gtk20 USE_GMAKE= yes diff --git a/x11/xcb-util-image/Makefile b/x11/xcb-util-image/Makefile index 3ee602b7179a..48fb2bb38ede 100644 --- a/x11/xcb-util-image/Makefile +++ b/x11/xcb-util-image/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= A port of Xlib's XImage and XShmImage functions -LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \ - xcb-util.0:${PORTSDIR}/x11/xcb-util +LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb \ + xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf USE_BZIP2= yes diff --git a/x11/xcb-util-keysyms/Makefile b/x11/xcb-util-keysyms/Makefile index 570871dbc322..bb045e9010bd 100644 --- a/x11/xcb-util-keysyms/Makefile +++ b/x11/xcb-util-keysyms/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= Standard X key constants and conversion to/from keycodes -LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \ - xcb-util.0:${PORTSDIR}/x11/xcb-util +LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb \ + xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf USE_BZIP2= yes diff --git a/x11/xcb-util-renderutil/Makefile b/x11/xcb-util-renderutil/Makefile index 8acdd8e97696..14980e31fdd2 100644 --- a/x11/xcb-util-renderutil/Makefile +++ b/x11/xcb-util-renderutil/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= Convenience functions for the Render extension -LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \ - xcb-util.0:${PORTSDIR}/x11/xcb-util +LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb \ + xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf USE_BZIP2= yes diff --git a/x11/xcb-util-wm/Makefile b/x11/xcb-util-wm/Makefile index ba13757e8785..786688dabe27 100644 --- a/x11/xcb-util-wm/Makefile +++ b/x11/xcb-util-wm/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= Framework for window manager implementation -LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \ - xcb-util.0:${PORTSDIR}/x11/xcb-util +LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb \ + xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf USE_BZIP2= yes diff --git a/x11/xcb-util/Makefile b/x11/xcb-util/Makefile index 1f2f60e5cbc6..13bafafcfe11 100644 --- a/x11/xcb-util/Makefile +++ b/x11/xcb-util/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= A module with libxcb/libX11 extension/replacement libraries -LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb +LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf USE_BZIP2= yes |