diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-24 13:32:30 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-24 13:32:30 +0000 |
commit | e2cf2341c7c24db789b7c6a3d76a6a273eb98296 (patch) | |
tree | 0d3b3a9f2c706f7a383ee312166c3db2fe455bb9 /graphics/Mesa3 | |
parent | da5e46398c024c12fb6599e265687690eb0eb5db (diff) | |
download | FreeBSD-ports-e2cf2341c7c24db789b7c6a3d76a6a273eb98296.zip FreeBSD-ports-e2cf2341c7c24db789b7c6a3d76a6a273eb98296.tar.gz |
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/Mesa3')
-rw-r--r-- | graphics/Mesa3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index 6a3ab8a..47698f6 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 |