aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-01-27 13:41:43 +0800
committerlinimon <linimon@FreeBSD.org>2006-01-27 13:41:43 +0800
commit92b64b2f2d70300817c2025648a02e808dc0ae37 (patch)
tree211c6f1157269ff229d88d986c458c2257af5541
parent18d0f205dd50c8306bc19883f1c29a3a9546fde0 (diff)
downloadfreebsd-ports-gnome-92b64b2f2d70300817c2025648a02e808dc0ae37.tar.gz
freebsd-ports-gnome-92b64b2f2d70300817c2025648a02e808dc0ae37.tar.zst
freebsd-ports-gnome-92b64b2f2d70300817c2025648a02e808dc0ae37.zip
USE_MESA has been removed from bsd.port.mk.
-rw-r--r--graphics/mesagl/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile
index 74fb145eee0b..4a0a7887e356 100644
--- a/graphics/mesagl/Makefile
+++ b/graphics/mesagl/Makefile
@@ -45,10 +45,6 @@ MAKE_ENV+= SUB_GL="${SUB_GL}" \
IGNORE= is unnecessary because libGL and libGLU come with XFree86 4.0 and higher
.endif
-.ifdef USE_MESA
-.error You have `USE_MESA' variable defined either in environment or in make(1) arguments. Please undefine and try again.
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure