diff options
author | jlam <jlam> | 2001-03-04 09:12:06 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-03-04 09:12:06 +0000 |
commit | 4e2e91a41cf7f5785ec3d72a4d2b5c0217cdde40 (patch) | |
tree | 06312233b9f30ebabaf5e8b69dd6780cabbdd9fd /graphics/gqview/Makefile | |
parent | 8f7e848e60a6ad5bbcd4e1f294745641d157bfc2 (diff) | |
download | pkgsrc-4e2e91a41cf7f5785ec3d72a4d2b5c0217cdde40.tar.gz |
Use ${PKGLOCALEDIR} for location of installed locale files.
Diffstat (limited to 'graphics/gqview/Makefile')
-rw-r--r-- | graphics/gqview/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index b4c556fcb3a..f284e615fd8 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/03/01 14:35:07 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/03/04 09:12:06 jlam Exp $ # DISTNAME= gqview-0.10.1 @@ -17,10 +17,13 @@ USE_LIBINTL= yes USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" +CONFIGURE_ENV+= CFLAGS="${CFLAGS}" +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" +CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" # for libpng recognition -CFLAGS+= "-I${LOCALBASE}/include" -CPPFLAGS+= "-I${LOCALBASE}/include" +EVAL_PREFIX+= PNGDIR=png +CFLAGS+= -I${PNGDIR}/include +CPPFLAGS+= -I${PNGDIR}/include .include "../../mk/bsd.pkg.mk" |