diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-23 14:08:40 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-23 14:08:40 +0000 |
commit | 2e96c2f9915382dd1506e39f38dff83fcbc0aa29 (patch) | |
tree | 79a36c858233c58e6e75a095d233331c344a33cc /graphics/gliv/Makefile | |
parent | Generate Up button on the first page when possible (diff) |
- Fix WWW
- CFLAGS -> CPPFLAGS
PR: 25991
Submitted by: MAINTAINER
Diffstat (limited to 'graphics/gliv/Makefile')
-rw-r--r-- | graphics/gliv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index bdf111b58e03..8f22a7107a51 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -22,7 +22,7 @@ USE_MESA= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lgnugetopt" \ - CFLAGS="-I${LOCALBASE}/include" + CPPFLAGS="-I${LOCALBASE}/include" MAN1= GLiv.1 |