aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-02-01 04:49:18 +0800
committerKoop Mast <kwm@FreeBSD.org>2014-02-01 04:49:18 +0800
commit01b2ec9de906c24bed54ab87d3684854739e5f33 (patch)
tree6236f3d716e5bb875765bd59e6eb557cc8759957 /graphics
parenta27b16b8351bb2e1b16d5ab59a718c78765dc9af (diff)
downloadfreebsd-ports-gnome-01b2ec9de906c24bed54ab87d3684854739e5f33.tar.gz
freebsd-ports-gnome-01b2ec9de906c24bed54ab87d3684854739e5f33.tar.zst
freebsd-ports-gnome-01b2ec9de906c24bed54ab87d3684854739e5f33.zip
Make sure DIR_DRIVERS is always defined. This is needed because arm/mips
don't have any drivers defined which results in make errors. PR: ports/182875 [1] Submitted by: Anton Shterenlikht <mexas@bris.ac.uk> [1], mat@
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dri/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile
index c3fac34c19e6..6aeb5041382f 100644
--- a/graphics/dri/Makefile
+++ b/graphics/dri/Makefile
@@ -72,6 +72,9 @@ DRI_DRIVERS= MACH64 RADEON SWRAST
. endif
.endif # defined(WITH_NEW_XORG)
+# empty for unsupported arches
+DIR_DRIVERS+=
+
.for _d in ${ALL_DRI_DRIVERS}
.if ${DRI_DRIVERS:M${_d}}
PLIST_SUB+= ${_d}_DRIVER=""