summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-04-23 16:03:05 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-04-23 16:03:05 +0800
commitdb0bdb1735ea5987543c659d0a40c0e6a4019ffd (patch)
treeecdba9f9a9e469a9a5a0c4b1c91876d1211b78ff
parent46a7cd3e1be9a27ebd0a2454111908adfe50a670 (diff)
downloadxorg-devel-ports-db0bdb1735ea5987543c659d0a40c0e6a4019ffd.tar
xorg-devel-ports-db0bdb1735ea5987543c659d0a40c0e6a4019ffd.tar.gz
xorg-devel-ports-db0bdb1735ea5987543c659d0a40c0e6a4019ffd.tar.bz2
xorg-devel-ports-db0bdb1735ea5987543c659d0a40c0e6a4019ffd.tar.lz
xorg-devel-ports-db0bdb1735ea5987543c659d0a40c0e6a4019ffd.tar.xz
xorg-devel-ports-db0bdb1735ea5987543c659d0a40c0e6a4019ffd.tar.zst
xorg-devel-ports-db0bdb1735ea5987543c659d0a40c0e6a4019ffd.zip
Switch to USES= pkgconfig
All ports defining XORG_CAT will get this automagically, switch over the rest manually. Remove any unneeded USES= pkgconfig git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@844 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--Mk/bsd.xorg.mk2
-rw-r--r--devel/imake/Makefile1
-rw-r--r--devel/makedepend/Makefile1
-rw-r--r--graphics/dri/Makefile2
-rw-r--r--graphics/libGL/Makefile2
-rw-r--r--graphics/libGLw/Makefile3
-rw-r--r--x11/inputproto/Makefile1
7 files changed, 4 insertions, 8 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk
index 56bc65d..951f092 100644
--- a/Mk/bsd.xorg.mk
+++ b/Mk/bsd.xorg.mk
@@ -40,7 +40,7 @@ MASTER_SITE_SUBDIR?= individual/${XORG_CAT}
# All xorg ports needs pkgconfig to build, but some ports look for pkgconfig and
# then continues the build.
-USE_PKGCONFIG= build
+USES+= pkgconfig
# All xorg ports needs xorg-macros.
. if ${PORTNAME} != xorg-macros
diff --git a/devel/imake/Makefile b/devel/imake/Makefile
index 389ef52..edce53e 100644
--- a/devel/imake/Makefile
+++ b/devel/imake/Makefile
@@ -17,7 +17,6 @@ USE_PERL5= yes
XORG_CAT= util
USE_XORG= xproto
-USE_PKGCONFIG= build
# clang's cpp destroys whitespace, particularly hard tabs in makefiles,
# which is fatal for imake.
diff --git a/devel/makedepend/Makefile b/devel/makedepend/Makefile
index fb7b8c6..0e57b8c 100644
--- a/devel/makedepend/Makefile
+++ b/devel/makedepend/Makefile
@@ -10,7 +10,6 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= Dependency generator for makefiles
XORG_CAT= util
-USE_PKGCONFIG= build
USE_XORG= xproto
PLIST_FILES= bin/makedepend
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile
index ce0ec33..01bec7e 100644
--- a/graphics/dri/Makefile
+++ b/graphics/dri/Makefile
@@ -12,7 +12,7 @@ COMMENT= OpenGL hardware acceleration drivers for the DRI
LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm \
expat:${PORTSDIR}/textproc/expat2
-USE_PKGCONFIG= build
+USES= pkgconfig
USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto
ALL_DRI_DRIVERS=I915 I965 R200 RADEON SWRAST
diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile
index 64d6210..1557e3e 100644
--- a/graphics/libGL/Makefile
+++ b/graphics/libGL/Makefile
@@ -11,7 +11,7 @@ COMMENT= OpenGL library that renders using GLX or DRI
LIB_DEPENDS+= drm:${PORTSDIR}/graphics/libdrm \
expat.6:${PORTSDIR}/textproc/expat2
-USE_PKGCONFIG= build
+USES= pkgconfig
USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto:both
SUB_FILES= pkg-install pkg-deinstall
diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile
index ae0279d..26f8177 100644
--- a/graphics/libGLw/Makefile
+++ b/graphics/libGLw/Makefile
@@ -12,8 +12,7 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= OpenGL widgets library
USE_BZIP2= yes
-USES= pathfix
-USE_PKGCONFIG= yes
+USES= pathfix pkgconfig
USE_LDCONFIG= yes
USE_GL= gl
USE_MOTIF= yes
diff --git a/x11/inputproto/Makefile b/x11/inputproto/Makefile
index be90306..fe82e86 100644
--- a/x11/inputproto/Makefile
+++ b/x11/inputproto/Makefile
@@ -9,7 +9,6 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= Input extension headers
USE_XORG= xorg-macros
-USE_PKGCONFIG= build
XORG_CAT= proto
CONFIGURE_ARGS= --without-asciidoc