summaryrefslogtreecommitdiff
path: root/emulators/peace/Makefile
diff options
context:
space:
mode:
authorkent <kent>2006-01-25 08:32:51 +0000
committerkent <kent>2006-01-25 08:32:51 +0000
commit87d8538357d4f87d37f9c4f1d5908245952b283f (patch)
treedaa4caccf2e5087d36fbe9c5a23d6adac892905e /emulators/peace/Makefile
parent044a1c815d9de9df50522cbaed220ad992cc084c (diff)
downloadpkgsrc-87d8538357d4f87d37f9c4f1d5908245952b283f.tar.gz
* Update to a snaphot as of 20060125
- fix a build problem with newer FreeType - fix a build problem with -current after "compat code reorg" * PEACE works only for i386 * remove unnecessary CPPFLAGS setting
Diffstat (limited to 'emulators/peace/Makefile')
-rw-r--r--emulators/peace/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/emulators/peace/Makefile b/emulators/peace/Makefile
index 578250c0a64..525126a830b 100644
--- a/emulators/peace/Makefile
+++ b/emulators/peace/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2006/01/04 04:29:06 schmonz Exp $
+# $NetBSD: Makefile,v 1.17 2006/01/25 08:32:51 kent Exp $
#
-PEACE_VERSION= 0.0.20050609
+PEACE_VERSION= 0.0.20060125
DISTNAME= peace-${PEACE_VERSION}
-SITES_peace-0.0.20050609.tar.gz=http://chiharu.hauN.org/peace/dist/
-PKGREVISION= 1
+SITES_peace-0.0.20060125.tar.gz=http://chiharu.hauN.org/peace/dist/
CATEGORIES= emulators
MAINTAINER= kent@NetBSD.org
@@ -14,7 +13,7 @@ BROKEN_IN= pkgsrc-2005Q4
DISTFILES+= peace-${PEACE_VERSION}.tar.gz
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=peace/}
-ONLY_FOR_PLATFORM= NetBSD-1.6Z[D-Z]*-* NetBSD-[2-9]*-*
+ONLY_FOR_PLATFORM= NetBSD-[2-9]*-i386
DEPENDS+= icu>=2.4nb1:../../textproc/icu
# bin/showstack requires perl5 and cross-i386-netbsdpe
# DEPENDS+= perl5:../../lang/perl5
@@ -24,7 +23,6 @@ BUILD_DEPENDS+= cross-i386-netbsdpe>=3.3:../../cross/i386-netbsdpe
BUILD_DEPENDS+= w32api>=2.5:../../devel/w32api
BUILD_DEPENDS+= x11-links-*:../../pkgtools/x11-links
-CPPFLAGS+= -I${WRKDIR}/cross/i386-netbsdpe/include
LDFLAGS+= -L${WRKSRC}/lib
PECOFFDIR= ${PREFIX}/emul/pecoff
MAKE_FLAGS+= PECOFFDIR=${PECOFFDIR:Q} \