diff options
author | kent <kent@pkgsrc.org> | 2003-09-21 16:03:39 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2003-09-21 16:03:39 +0000 |
commit | 072ef45aac4d2c8b3ffdcc4d8dee1a5b9729c014 (patch) | |
tree | c2cdf8a1d6a1471d621944d7514d13c05369afc1 /emulators/peace/Makefile | |
parent | c7d752673ed1f391fc56ac2e4d87862b74d4eaa0 (diff) | |
download | pkgsrc-072ef45aac4d2c8b3ffdcc4d8dee1a5b9729c014.tar.gz |
Update w32api to 2.4, and PEACE to 20030919 snapshot.
This change fixes PR pkg/19049.
Diffstat (limited to 'emulators/peace/Makefile')
-rw-r--r-- | emulators/peace/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/peace/Makefile b/emulators/peace/Makefile index 168a31f3522..874d5b47eda 100644 --- a/emulators/peace/Makefile +++ b/emulators/peace/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/08/28 15:23:57 kent Exp $ +# $NetBSD: Makefile,v 1.7 2003/09/21 16:03:41 kent Exp $ # -PEACE_VERSION= 20030828 +PEACE_VERSION= 20030919 DISTNAME= peace-0.0.${PEACE_VERSION} -SITES_peace-20030828.tar.gz=http://cvs.kshosen.ac.jp/PEACE/src/ +SITES_peace-20030919.tar.gz=http://cvs.kshosen.ac.jp/PEACE/src/ WRKSRC= ${WRKDIR}/peace CATEGORIES= emulators @@ -19,7 +19,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.6[Q-Z]*-* NetBSD-[2-9]*-* DEPENDS+= icu>=2.4nb1:../../textproc/icu BUILD_DEPENDS= cross-i386-netbsdpe>=1.3:../../cross/i386-netbsdpe -BUILD_DEPENDS+= w32api>=1.5nb2:../../devel/w32api +BUILD_DEPENDS+= w32api>=2.4:../../devel/w32api BUILD_DEPENDS+= x11-links-*:../../x11-links CPPFLAGS+= -I${WRKDIR}/cross/i386-netbsdpe/include \ -I${WRKDIR}/cross/i386-netbsdpe/include/c++ |