diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-06 15:10:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-06 15:10:01 +0000 |
commit | 751d30d6377f228402a1f53bf08b8d4a4fa165e8 (patch) | |
tree | 2c5a8e1b81d5d880a6eed522c25b3015ba8050ca /emulators | |
parent | 43c5a98fb7c30f28ccc9ec223f446850a7b6bff1 (diff) | |
download | pkgsrc-751d30d6377f228402a1f53bf08b8d4a4fa165e8.tar.gz |
DEPENDS and PKGREVISION bumps because db4's library name changed.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine/buildlink3.mk | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 0265b9e6ae3..950c78729ac 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.94 2005/12/05 20:50:13 rillig Exp $ +# $NetBSD: Makefile,v 1.95 2006/01/06 15:10:03 wiz Exp $ DISTNAME= wine-0.9 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wine/} \ http://ibiblio.org/pub/linux/system/emulators/wine/ diff --git a/emulators/wine/buildlink3.mk b/emulators/wine/buildlink3.mk index cfd63100b55..d69ffcd97b7 100644 --- a/emulators/wine/buildlink3.mk +++ b/emulators/wine/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:14:41 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2006/01/06 15:10:03 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ WINE_BUILDLINK3_MK:= ${WINE_BUILDLINK3_MK}+ @@ -11,8 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nwine} BUILDLINK_PACKAGES+= wine .if !empty(WINE_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.wine+= wine>=20040309 -BUILDLINK_RECOMMENDED.wine+= wine>=20040505nb1 +BUILDLINK_DEPENDS.wine+= wine>=0.9nb1 BUILDLINK_PKGSRCDIR.wine?= ../../emulators/wine .endif # WINE_BUILDLINK3_MK |