summaryrefslogtreecommitdiff
path: root/graphics/freeglut/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/freeglut/Makefile')
-rw-r--r--graphics/freeglut/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile
index 8faae31aee6..837db29170e 100644
--- a/graphics/freeglut/Makefile
+++ b/graphics/freeglut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:55 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:19 rillig Exp $
#
DISTNAME= freeglut-2.2.0
@@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-replace-glut
+CONFIGURE_ARGS+= --disable-replace-glut
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"