summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-02-05 09:00:54 +0000
committertron <tron@pkgsrc.org>2001-02-05 09:00:54 +0000
commitf2d262e0bef754371e35855c069d92d11d7759bb (patch)
tree2c1d493d315c86d062bda624e834a3d6f66707c0 /graphics
parent338eba73e20d12e6e7ee7489e26135aaeaef3369 (diff)
downloadpkgsrc-f2d262e0bef754371e35855c069d92d11d7759bb.tar.gz
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/GMT/Makefile6
-rw-r--r--graphics/giflib/Makefile6
-rw-r--r--graphics/imlib/Makefile8
-rw-r--r--graphics/libggi/Makefile4
-rw-r--r--graphics/libungif/Makefile6
-rw-r--r--graphics/plplot/Makefile6
6 files changed, 18 insertions, 18 deletions
diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile
index 70495bf0afd..1f6a9f8cb5f 100644
--- a/graphics/GMT/Makefile
+++ b/graphics/GMT/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/01/27 10:36:53 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/05 09:00:58 tron Exp $
DISTNAME= GMT3.3.6
PKGNAME= GMT-3.3.6
@@ -17,7 +17,7 @@ MAINTAINER= jtb@netbsd.org
HOMEPAGE= http://imina.soest.hawaii.edu/gmt/
DEPENDS+= netcdf>=3.0:../../devel/netcdf
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
EXTRACT_SUFFIX= .tar.bz2
WRKSRC= ${WRKDIR}/${DISTNAME}
@@ -41,7 +41,7 @@ post-extract:
${MV} -f ${WRKSRC}/www/gmt/doc/ps/ ${WRKSRC}
pre-configure:
- (cd ${WRKSRC} && autoreconf)
+ (cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake)
for e in ${WRKSRC}/examples/*.bat \
${WRKSRC}/examples/*/*.bat; do \
${RM} -f $$e; \
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile
index d22d88995af..1cd15675c98 100644
--- a/graphics/giflib/Makefile
+++ b/graphics/giflib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2000/12/06 17:14:12 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2001/02/05 09:00:58 tron Exp $
#
DISTNAME= giflib-4.1.0
@@ -10,7 +10,7 @@ HOMEPAGE= http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml
CONFLICTS= libungif-*
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -31,7 +31,7 @@ post-patch:
${RM} ${WRKSRC}/doc/gif2x11.html
pre-configure:
- cd ${WRKSRC} && autoreconf
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile
index 4c14d2eea97..a06e3fff4d5 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2000/12/06 21:29:17 hubertf Exp $
+# $NetBSD: Makefile,v 1.42 2001/02/05 09:00:58 tron Exp $
#
DISTNAME= imlib-1.9.8.1
@@ -8,8 +8,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/imlib/}
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.nl.rasterman.com/imlib.html
-BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
-BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
+BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/automake:../../devel/automake
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= libungif-*:../../graphics/libungif
DEPENDS+= jpeg-6b:../../graphics/jpeg
@@ -34,7 +34,7 @@ CPPFLAGS= -DENABLE_NLS
CPPFLAGS+= -I${LOCALBASE}/include
pre-configure:
- cd ${WRKSRC} && autoconf && automake
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf && ${LOCALBASE}/bin/automake
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/imlib
diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile
index 56e8a97d3a2..6f434e216a2 100644
--- a/graphics/libggi/Makefile
+++ b/graphics/libggi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/01/15 23:01:34 hubertf Exp $
+# $NetBSD: Makefile,v 1.10 2001/02/05 09:00:58 tron Exp $
#
DISTNAME= libggi-2.0b2.1
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.ggi-project.org/pub/ggi/ggi/current/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.ggi-project.org/
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
DEPENDS+= ncurses>=4.2:../../devel/ncurses
DEPENDS+= libgii-0.6:../libgii
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile
index 48c6e437223..227d573b2ff 100644
--- a/graphics/libungif/Makefile
+++ b/graphics/libungif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/01/14 12:30:43 tron Exp $
+# $NetBSD: Makefile,v 1.10 2001/02/05 09:00:58 tron Exp $
#
DISTNAME= libungif-4.1.0
@@ -10,7 +10,7 @@ HOMEPAGE= http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml
CONFLICTS= giflib-*
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -31,7 +31,7 @@ post-patch:
${RM} ${WRKSRC}/doc/gif2x11.html
pre-configure:
- cd ${WRKSRC} && autoreconf
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake
post-install:
cd ${PREFIX}; \
diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile
index 9523a5f6572..bb5b52096cf 100644
--- a/graphics/plplot/Makefile
+++ b/graphics/plplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/01/29 01:15:33 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/05 09:00:59 tron Exp $
DISTNAME= plplot-5.0.1
CATEGORIES= graphics
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.plplot.org/
DEPENDS+= tcl>=8.3.0:../../lang/tcl
DEPENDS+= tk>=8.3.0:../../x11/tk
DEPENDS+= m4-[0-9]*:../../devel/m4
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
BUILD_DEPENDS+= perl:../../lang/perl5
GNU_CONFIGURE= YES
@@ -52,7 +52,7 @@ post-patch:
< $$f > $$f.tmp && ${MV} $$f.tmp $$f ; done
pre-configure:
- (cd ${WRKSRC}/cf && autoconf)
+ (cd ${WRKSRC}/cf && ${LOCALBASE}/bin/autoconf)
${MV} ${WRKSRC}/cf/configure ${WRKSRC}/configure
.include "../../mk/bsd.pkg.mk"