summaryrefslogtreecommitdiff
path: root/graphics/mesagl
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-08-24 13:32:30 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-08-24 13:32:30 +0000
commitc8cd7a15312930ec2f208265029acf48ab6ca9a0 (patch)
tree95f4a5befd22918ca7dc0c06911b1ab8991189c8 /graphics/mesagl
parentUpdated to 1.2.1 (diff)
Fix a breakage when XFREE86_VERSION is not defined in make.conf (I think asami
should move it into BEFOREPORTMK section).
Notes
Notes: svn path=/head/; revision=31920
Diffstat (limited to 'graphics/mesagl')
-rw-r--r--graphics/mesagl/Makefile2
1 files changed, 2 insertions, 0 deletions
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