diff options
-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/ |