diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-07-23 18:29:26 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-07-23 18:29:26 +0800 |
commit | ccd03b9e31b898b2de31828350312840c88cb015 (patch) | |
tree | 137129ee5e6e33cad55d135760e59fafe5fed5df | |
parent | b959ceac81613c09cc5556d4c7d06432ef736334 (diff) | |
download | xorg-devel-ports-ccd03b9e31b898b2de31828350312840c88cb015.tar.gz xorg-devel-ports-ccd03b9e31b898b2de31828350312840c88cb015.tar.zst xorg-devel-ports-ccd03b9e31b898b2de31828350312840c88cb015.zip |
USE_GMAKE -> USES=gmake
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1038 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | graphics/libGL/bsd.mesalib.mk | 3 | ||||
-rw-r--r-- | graphics/libdrm/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/xfs/Makefile | 2 | ||||
-rw-r--r-- | x11-servers/xorg-server/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libXaw/Makefile | 2 | ||||
-rw-r--r-- | x11/libxcb/Makefile | 3 | ||||
-rw-r--r-- | x11/xkeyboard-config/Makefile | 3 |
7 files changed, 7 insertions, 10 deletions
diff --git a/graphics/libGL/bsd.mesalib.mk b/graphics/libGL/bsd.mesalib.mk index d1ff9de..d5d9623 100644 --- a/graphics/libGL/bsd.mesalib.mk +++ b/graphics/libGL/bsd.mesalib.mk @@ -38,10 +38,9 @@ MAINTAINER?= x11@FreeBSD.org BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 -USES= bison +USES= bison gmake USE_PYTHON_BUILD=yes USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 75cd643..e99caf7 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFAULT+= MANPAGES .if defined(WITH_NEW_XORG) -USE_GMAKE= yes +USES+= gmake CONFIGURE_ARGS+=--enable-libkms EXTRA_PATCHES+= ${FILESDIR}/extra-xf86drmMode.c diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile index e864876..dd2f329 100644 --- a/x11-fonts/xfs/Makefile +++ b/x11-fonts/xfs/Makefile @@ -9,7 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org font server XORG_CAT= app -USE_GMAKE= yes +USES= gmake USE_XORG= libfs xfont xtrans USE_RC_SUBR= xfs CONFIGURE_ARGS= --without-xmlto --without-fop diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile index 32b0413..b97c9e8 100644 --- a/x11-servers/xorg-server/Makefile +++ b/x11-servers/xorg-server/Makefile @@ -50,7 +50,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-Xext-xace.c \ .endif USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake USE_GL= gl USE_XORG?= xf86driproto glproto xdmcp x11 xkbfile xxf86misc xxf86vm xaw7 \ xmu xt xpm xext randrproto renderproto fixesproto damageproto \ diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile index 11183bc..b953e4d 100644 --- a/x11-toolkits/libXaw/Makefile +++ b/x11-toolkits/libXaw/Makefile @@ -11,7 +11,7 @@ COMMENT= X Athena Widgets library XORG_CAT= lib USE_XORG= printproto:both x11 xau xext xextproto xmu xp xpm xproto:both xt -USE_GMAKE= yes +USES= gmake CONFIGURE_ARGS+=--without-xmlto MAN3= Xaw.3 diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index eab4f99..9b9321b 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -20,9 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/l CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput USE_BZIP2= yes -USES= pathfix +USES= gmake pathfix USE_GNOME= libxslt:build -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xau xdmcp USE_PYTHON_BUILD= 2.5+ diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index 89a8256..50030e8 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -14,9 +14,8 @@ BUILD_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp XORG_CAT= data USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= intlhack libxslt:build -USES= pathfix +USES= gmake pathfix USE_PERL5_BUILD=yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes |