diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-04 17:02:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-04 17:02:56 +0000 |
commit | 20c4a2dd11cf66646bf596520a813f92f5ce35fc (patch) | |
tree | 33016eec6dc6dd218c5581185774676f4dae737f /graphics | |
parent | b7838fecfe3cfdfcab944e44f688ded55121bd57 (diff) | |
download | pkgsrc-20c4a2dd11cf66646bf596520a813f92f5ce35fc.tar.gz |
Pass down BUILD_DIR to not have -I options without argument.
Diffstat (limited to 'graphics')
-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" |