diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-10 07:22:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-10 07:22:35 +0000 |
commit | 534ad9b411b8c3d3674501362b388be95a98e588 (patch) | |
tree | 3868afee8ca58e430c9b588b2aa9fe248d0a6000 /graphics/EZWGL | |
parent | 81f9a1e6964097efbc87e370a2e491cea2048c36 (diff) |
Notes
Diffstat (limited to 'graphics/EZWGL')
-rw-r--r-- | graphics/EZWGL/Makefile | 1 |
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> |