diff options
author | tron <tron@pkgsrc.org> | 2001-02-05 09:00:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-05 09:00:54 +0000 |
commit | f2d262e0bef754371e35855c069d92d11d7759bb (patch) | |
tree | 2c1d493d315c86d062bda624e834a3d6f66707c0 /devel/libctl/Makefile | |
parent | 338eba73e20d12e6e7ee7489e26135aaeaef3369 (diff) | |
download | pkgsrc-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 'devel/libctl/Makefile')
-rw-r--r-- | devel/libctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libctl/Makefile b/devel/libctl/Makefile index 0053d2e9ee5..19efc125edc 100644 --- a/devel/libctl/Makefile +++ b/devel/libctl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/01/21 04:49:44 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/05 09:00:56 tron Exp $ DISTNAME= libctl-1.3 CATEGORIES= devel @@ -8,7 +8,7 @@ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://ab-initio.mit.edu/libctl/ DEPENDS+= guile-[0-9]*:../../lang/guile -BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= YES |