diff options
author | tv <tv@pkgsrc.org> | 2004-10-14 18:43:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-14 18:43:19 +0000 |
commit | bbbd80ccafb2b673bb74856aae27599f60b90929 (patch) | |
tree | 44e23cda83b4a07591375d48f7ca1563c0857ec9 /lang/oo2c | |
parent | 96eea20eac7a7159c60dc43402b731ba02a4fc02 (diff) | |
download | pkgsrc-bbbd80ccafb2b673bb74856aae27599f60b90929.tar.gz |
Fix directory name for libtool-base explicit dependency.
Diffstat (limited to 'lang/oo2c')
-rw-r--r-- | lang/oo2c/Makefile | 4 |
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 \ |