summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgdt <gdt>2016-05-31 00:01:50 +0000
committergdt <gdt>2016-05-31 00:01:50 +0000
commit8e3ea21a66a9385a6a366f97de455ad51f9fda94 (patch)
treeb3ed1943147378ec728225b9784288688394fa33 /graphics
parent923d5bf12e616774544e142f1114aec31797adc9 (diff)
downloadpkgsrc-8e3ea21a66a9385a6a366f97de455ad51f9fda94.tar.gz
Avoid unnecessary configure phase
When running autogen, there's no need to run configure (with the wrong environment), because the configure stage will run it next.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/geeqie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile
index d5b8341c8cb..63dc3769f52 100644
--- a/graphics/geeqie/Makefile
+++ b/graphics/geeqie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2016/05/29 20:40:16 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2016/05/31 00:01:50 gdt Exp $
DISTNAME= geeqie-1.3
EXTRACT_SUFX= .tar.xz
@@ -23,7 +23,7 @@ REPLACE_BASH+= plugins/ufraw/geeqie-ufraw
REPLACE_BASH+= plugins/import/geeqie-import
pre-configure:
- cd ${WRKSRC} && ${SH} ./autogen.sh
+ cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh
post-build:
cd ${WRKSRC}/doc && ${MAKE_PROGRAM} html