diff options
author | joerg <joerg> | 2010-01-04 17:02:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-04 17:02:56 +0000 |
commit | 9b19d2d1aaab1e159d91f12a88ccd05d261a73a9 (patch) | |
tree | 33016eec6dc6dd218c5581185774676f4dae737f /graphics/gqview-gtk1 | |
parent | 10a2639bb942b417e978a51205729d0534ddf8bc (diff) | |
download | pkgsrc-9b19d2d1aaab1e159d91f12a88ccd05d261a73a9.tar.gz |
Pass down BUILD_DIR to not have -I options without argument.
Diffstat (limited to 'graphics/gqview-gtk1')
-rw-r--r-- | graphics/gqview-gtk1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gqview-gtk1/Makefile b/graphics/gqview-gtk1/Makefile index 0996dac87ad..100ef1d0bf4 100644 --- a/graphics/gqview-gtk1/Makefile +++ b/graphics/gqview-gtk1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/08/26 19:57:43 sno Exp $ +# $NetBSD: Makefile,v 1.13 2010/01/04 17:02:56 joerg Exp $ DISTNAME= gqview-1.2.2 PKGREVISION= 5 @@ -15,6 +15,8 @@ GNU_CONFIGURE= yes USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= yes +MAKE_ENV+= builddir=. + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/gdk-pixbuf/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" |