diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gmrun/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-util-image/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-util-keysyms/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-util-renderutil/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-util-wm/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-util/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index c043192..f455175 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -14,8 +14,8 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt OPTIONS_DEFINE= DOCS +USES= gmake USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/x11/xcb-util-image/Makefile b/x11/xcb-util-image/Makefile index b5d61a1..6803255 100644 --- a/x11/xcb-util-image/Makefile +++ b/x11/xcb-util-image/Makefile @@ -11,8 +11,8 @@ 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 +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp diff --git a/x11/xcb-util-keysyms/Makefile b/x11/xcb-util-keysyms/Makefile index 007e87b..90a56c6 100644 --- a/x11/xcb-util-keysyms/Makefile +++ b/x11/xcb-util-keysyms/Makefile @@ -11,8 +11,8 @@ 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 +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp diff --git a/x11/xcb-util-renderutil/Makefile b/x11/xcb-util-renderutil/Makefile index b8c3014..b40b77e 100644 --- a/x11/xcb-util-renderutil/Makefile +++ b/x11/xcb-util-renderutil/Makefile @@ -11,8 +11,8 @@ COMMENT= Convenience functions for the Render extension LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_XORG= xcb xorg-macros USE_LDCONFIG= yes #USE_XORG= xau xdmcp diff --git a/x11/xcb-util-wm/Makefile b/x11/xcb-util-wm/Makefile index 5fa88f6..25904f5 100644 --- a/x11/xcb-util-wm/Makefile +++ b/x11/xcb-util-wm/Makefile @@ -11,8 +11,8 @@ COMMENT= Framework for window manager implementation LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp diff --git a/x11/xcb-util/Makefile b/x11/xcb-util/Makefile index 6499b05..1cfc830 100644 --- a/x11/xcb-util/Makefile +++ b/x11/xcb-util/Makefile @@ -11,8 +11,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= A module with libxcb/libX11 extension/replacement libraries +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xau xcb xdmcp xorg-macros USE_AUTOTOOLS= libtool |