summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-02-26 17:01:59 +0000
committerjlam <jlam@pkgsrc.org>2001-02-26 17:01:59 +0000
commite9dee5bd113bf0024e6d843d62060d88816b8e6c (patch)
tree8fdbb3c63e832e67baa59cc9e68d395640c19f7b /japanese
parent014b8a5dcedef93daf7b1ebbfb7cf7e7ee6001e6 (diff)
downloadpkgsrc-e9dee5bd113bf0024e6d843d62060d88816b8e6c.tar.gz
Mechanical changes to use the pkgsrc autoconf and automake by specifying
complete paths to these programs.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/vflib-lib/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/vflib-lib/Makefile.common b/japanese/vflib-lib/Makefile.common
index 1fd0a7217be..24e507bb48a 100644
--- a/japanese/vflib-lib/Makefile.common
+++ b/japanese/vflib-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2000/07/22 08:14:57 jlam Exp $
+# $NetBSD: Makefile.common,v 1.6 2001/02/26 17:01:59 jlam Exp $
# FreeBSD Id: Makefile,v 1.20 1999/05/03 01:58:33 steve Exp $
DISTNAME= VFlib2-${VFLIB_VERSION}
@@ -11,7 +11,7 @@ VFLIB_SRC= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= tech-pkg-ja@jp.netbsd.org
HOMEPAGE= http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
DEPENDS+= freetype-lib>=1.3.1:../../graphics/freetype-lib
VFLIB_VERSION= 2.24.2
@@ -37,6 +37,6 @@ PATCHDIR= ${.CURDIR}/../../japanese/vflib-lib/patches
EXTRACT_ONLY= ${VFLIB_SRC}
pre-configure:
- cd ${WRKSRC} && autoconf
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
.include "../../mk/bsd.pkg.mk"