summaryrefslogtreecommitdiff
path: root/lang/oo2c/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-14 18:43:19 +0000
committertv <tv@pkgsrc.org>2004-10-14 18:43:19 +0000
commitfd54a6f583ebd1cb46e193f2aacf4bc60a333518 (patch)
tree44e23cda83b4a07591375d48f7ca1563c0857ec9 /lang/oo2c/Makefile
parent1a09815902658ee0b373b972e87d751e1b1ace10 (diff)
downloadpkgsrc-fd54a6f583ebd1cb46e193f2aacf4bc60a333518.tar.gz
Fix directory name for libtool-base explicit dependency.
Diffstat (limited to 'lang/oo2c/Makefile')
-rw-r--r--lang/oo2c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile
index c229232011b..6695545ed27 100644
--- a/lang/oo2c/Makefile
+++ b/lang/oo2c/Makefile
@@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org
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 \