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 | |
parent | Generate Up button on the first page when possible (diff) |
- Fix WWW
- CFLAGS -> CPPFLAGS
PR: 25991
Submitted by: MAINTAINER
Diffstat (limited to '')
-rw-r--r-- | graphics/gliv/Makefile | 2 | ||||
-rw-r--r-- | graphics/gliv/pkg-descr | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/graphics/gliv/pkg-descr b/graphics/gliv/pkg-descr index c7eee940c209..ac08117dd374 100644 --- a/graphics/gliv/pkg-descr +++ b/graphics/gliv/pkg-descr @@ -1,3 +1,3 @@ An Image viewer that uses Imlib2 to load images, and OpenGL to render them. -WWW: http://glive.tuxfamily.org/ +WWW: http://gliv.tuxfamily.org/ |