summaryrefslogtreecommitdiff
path: root/graphics/gqview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gqview/Makefile')
-rw-r--r--graphics/gqview/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index e785b847092..ea721786194 100644
--- a/graphics/gqview/Makefile
+++ b/graphics/gqview/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2000/11/29 20:01:03 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2001/02/16 13:19:21 wiz Exp $
# FreeBSD Id: Makefile,v 1.7 1998/12/09 06:59:39 vanilla Exp
#
-DISTNAME= gqview-0.9.1
+DISTNAME= gqview-0.9.5
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/}
@@ -17,8 +17,10 @@ USE_LIBINTL= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no
+CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}"
# for libpng recognition
CFLAGS+= "-I${LOCALBASE}/include"
+CPPFLAGS+= "-I${LOCALBASE}/include"
.include "../../mk/bsd.pkg.mk"