aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-08-24 21:32:30 +0800
committersobomax <sobomax@FreeBSD.org>2000-08-24 21:32:30 +0800
commite2cf2341c7c24db789b7c6a3d76a6a273eb98296 (patch)
tree0d3b3a9f2c706f7a383ee312166c3db2fe455bb9 /graphics
parentda5e46398c024c12fb6599e265687690eb0eb5db (diff)
downloadfreebsd-ports-gnome-e2cf2341c7c24db789b7c6a3d76a6a273eb98296.tar.gz
freebsd-ports-gnome-e2cf2341c7c24db789b7c6a3d76a6a273eb98296.tar.zst
freebsd-ports-gnome-e2cf2341c7c24db789b7c6a3d76a6a273eb98296.zip
Fix a breakage when XFREE86_VERSION is not defined in make.conf (I think asami
should move it into BEFOREPORTMK section).
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Mesa3/Makefile2
-rw-r--r--graphics/mesagl/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile
index 6a3ab8afd701..47698f6c09bc 100644
--- a/graphics/Mesa3/Makefile
+++ b/graphics/Mesa3/Makefile
@@ -31,6 +31,8 @@ USE_GMAKE= yes
CONFIGURE_ENV+= GLVER="${GLVER}" GLUTVER="${GLUTVER}"
PLIST_SUB= GLVER="${GLVER}" GLUTVER="${GLUTVER}"
+XFREE86_VERSION?= 3
+
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 3
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile
index 6a3ab8afd701..47698f6c09bc 100644
--- a/graphics/mesagl/Makefile
+++ b/graphics/mesagl/Makefile
@@ -31,6 +31,8 @@ USE_GMAKE= yes
CONFIGURE_ENV+= GLVER="${GLVER}" GLUTVER="${GLUTVER}"
PLIST_SUB= GLVER="${GLVER}" GLUTVER="${GLUTVER}"
+XFREE86_VERSION?= 3
+
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 3