summaryrefslogtreecommitdiff
path: root/graphics/libggi
diff options
context:
space:
mode:
authortron <tron>2001-02-05 09:00:54 +0000
committertron <tron>2001-02-05 09:00:54 +0000
commite56ff1425f20cec28b974af1715c1fe77c4b52d5 (patch)
tree2c1d493d315c86d062bda624e834a3d6f66707c0 /graphics/libggi
parentcd422e2bea1b142519923c472b40d49fbed756ec (diff)
downloadpkgsrc-e56ff1425f20cec28b974af1715c1fe77c4b52d5.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/libggi')
-rw-r--r--graphics/libggi/Makefile4
1 files changed, 2 insertions, 2 deletions
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