diff options
author | joerg <joerg@pkgsrc.org> | 2013-09-17 21:10:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-09-17 21:10:55 +0000 |
commit | 2c9969e79f0233e04e3334eb0a51ea1457cea6b9 (patch) | |
tree | accfc44b4ef8acebbb4d23db8261c2c954543fff /graphics/gri | |
parent | 5d4765804b006afe9fefde5ecfa32309df3f78a9 (diff) | |
download | pkgsrc-2c9969e79f0233e04e3334eb0a51ea1457cea6b9.tar.gz |
Fix autoconf invocation.
Diffstat (limited to 'graphics/gri')
-rw-r--r-- | graphics/gri/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile index 72ed0723b1e..6789eb27689 100644 --- a/graphics/gri/Makefile +++ b/graphics/gri/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2013/09/01 12:14:07 obache Exp $ +# $NetBSD: Makefile,v 1.49 2013/09/17 21:10:55 joerg Exp $ DISTNAME= gri-2.12.23 PKGREVISION= 5 @@ -23,7 +23,7 @@ INFO_FILES= yes INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} PKGINFODIR=${PKGINFODIR} pre-configure: - cd ${WRKSRC} && aclocal && autoconf + cd ${WRKSRC} && autoreconf -i .include "../../devel/netcdf/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" |