diff options
-rw-r--r-- | cross/avr-gcc/Makefile | 8 | ||||
-rw-r--r-- | graphics/giram/Makefile | 4 | ||||
-rw-r--r-- | misc/kdepim2/Makefile | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile index 0ad6c723434..30040d7a80e 100644 --- a/cross/avr-gcc/Makefile +++ b/cross/avr-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/22 18:09:12 wennmach Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/03 01:18:28 heinz Exp $ # FreeBSD Id: ports/devel/avr-gcc/Makefile,v 1.24 2003/05/11 19:32:20 joerg Exp DISTNAME= gcc-3.3.2003.05.11 @@ -12,9 +12,9 @@ DISTFILES= gcc-core+g++-3.3.2003.05.11${EXTRACT_SUFX} \ MAINTAINER= karlj@mdstud.chalmers.se COMMENT= GNU gcc-3.3 for Atmel AVR 8-bit RISC microcontrollers -BUILD_DEPENDS+= avr-binutils:../../cross/avr-binutils -BUILD_DEPENDS+= autoconf:../../devel/autoconf -BUILD_DEPENDS+= bison:../../devel/bison +BUILD_DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils +BUILD_DEPENDS+= autoconf-[0-9]*:../../devel/autoconf +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison EXTRACT_ONLY= gcc-core+g++-3.3.2003.05.11${EXTRACT_SUFX} diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 4f5999b10b7..5ac1ee1e510 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2003/12/13 00:45:23 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2004/01/03 01:18:28 heinz Exp $ # DISTNAME= giram-0.3.5 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.giram.org/ COMMENT= Giram Is Really A Modeller DEPENDS+= povray-[0-9]*:../../graphics/povray -BUILD_DEPENDS+= bison:../../devel/bison +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES diff --git a/misc/kdepim2/Makefile b/misc/kdepim2/Makefile index 69b32c051e1..75bcc88f323 100644 --- a/misc/kdepim2/Makefile +++ b/misc/kdepim2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/13 13:52:42 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/03 01:18:28 heinz Exp $ DISTNAME= kdepim-2.2.2 PKGREVISION= 4 @@ -16,7 +16,7 @@ LTCONFIG_OVERRIDE+= ${WRKSRC}/libical/ltconfig .if ${OPSYS} == "SunOS" CFLAGS+= -DSunOS -BUILD_DEPENDS+= bison:../../devel/bison +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison YACC= bison -y .endif |