summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-02-10 07:22:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-02-10 07:22:35 +0000
commit534ad9b411b8c3d3674501362b388be95a98e588 (patch)
tree3868afee8ca58e430c9b588b2aa9fe248d0a6000 /graphics
parentupdate to version 1.4.1 (diff)
Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'
Notes
Notes: svn path=/head/; revision=75227
Diffstat (limited to 'graphics')
-rw-r--r--graphics/EZWGL/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile
index 5ed236a73984..e4cba76e6a5d 100644
--- a/graphics/EZWGL/Makefile
+++ b/graphics/EZWGL/Makefile
@@ -21,6 +21,7 @@ INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
+NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken
.include <bsd.port.pre.mk>