summaryrefslogtreecommitdiff
path: root/graphics/gliv
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-03-23 14:08:40 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-03-23 14:08:40 +0000
commit2e96c2f9915382dd1506e39f38dff83fcbc0aa29 (patch)
tree79a36c858233c58e6e75a095d233331c344a33cc /graphics/gliv
parentGenerate Up button on the first page when possible (diff)
- Fix WWW
- CFLAGS -> CPPFLAGS PR: 25991 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=40269
Diffstat (limited to 'graphics/gliv')
-rw-r--r--graphics/gliv/Makefile2
-rw-r--r--graphics/gliv/pkg-descr2
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/