summaryrefslogtreecommitdiff
path: root/graphics/gri/Makefile
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2002-10-02 21:38:01 +0000
committerdillo <dillo@pkgsrc.org>2002-10-02 21:38:01 +0000
commit73d3b1bf94c9dd3722e20b9578d811dc78c263de (patch)
treee629d0382e099f4ebc345d7ff59b7bff0fb229e5 /graphics/gri/Makefile
parent18b0d121be081d33277bca038e4f56d793826ee1 (diff)
downloadpkgsrc-73d3b1bf94c9dd3722e20b9578d811dc78c263de.tar.gz
get rid of autoconf build dependency by patching configure
Diffstat (limited to 'graphics/gri/Makefile')
-rw-r--r--graphics/gri/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile
index 9a0c039fbd3..d15150557bf 100644
--- a/graphics/gri/Makefile
+++ b/graphics/gri/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/09/13 06:53:33 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/02 21:38:01 dillo Exp $
DISTNAME= gri-2.8.7
CATEGORIES= graphics
@@ -9,7 +9,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://gri.sourceforge.net
COMMENT= language for scientific graphics applications
-BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
GNU_CONFIGURE= # defined
@@ -20,9 +19,6 @@ INFO_FILES= gri.info
USE_PERL5= build
REPLACE_PERL= ${WRKSRC}/gri_merge ${WRKSRC}/gri_unpage
-pre-configure:
- cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
-
.include "../../devel/netcdf/buildlink.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/texinfo.mk"