pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/oo2c Fix directory name for libtool-base explicit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e3d8c9402e2
branches:  trunk
changeset: 481912:5e3d8c9402e2
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Oct 14 18:43:19 2004 +0000

description:
Fix directory name for libtool-base explicit dependency.

diffstat:

 lang/oo2c/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 226e6b648ca6 -r 5e3d8c9402e2 lang/oo2c/Makefile
--- a/lang/oo2c/Makefile        Thu Oct 14 18:20:42 2004 +0000
+++ b/lang/oo2c/Makefile        Thu Oct 14 18:43:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/10/03 00:15:02 tv Exp $
+# $NetBSD: Makefile,v 1.16 2004/10/14 18:43:19 tv Exp $
 
 DISTNAME=              oo2c_${BITS}-2.0.11
 PKGNAME=               oo2c-2.0.11
@@ -11,7 +11,7 @@
 HOMEPAGE=              http://ooc.sourceforge.net/
 COMMENT=               Optimizing Oberon-2 Compiler
 
-DEPENDS+=              libtool-base-[0-9]*:../../devel/libtool
+DEPENDS+=              libtool-base-[0-9]*:../../devel/libtool-base
 DEPENDS+=              libxslt-[0-9]*:../../textproc/libxslt
 
 .if ${MACHINE_ARCH} == alpha || ${MACHINE_ARCH} == sparc64 \



Home | Main Index | Thread Index | Old Index