diff options
Diffstat (limited to 'emulators/peace/Makefile')
-rw-r--r-- | emulators/peace/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/peace/Makefile b/emulators/peace/Makefile index 7c6e84627dc..3db0a99d954 100644 --- a/emulators/peace/Makefile +++ b/emulators/peace/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2006/03/10 13:57:13 kent Exp $ +# $NetBSD: Makefile,v 1.22 2006/06/20 14:23:45 kent Exp $ # -PEACE_VERSION= 0.0.20060310 +PEACE_VERSION= 0.0.20060620 DISTNAME= peace-${PEACE_VERSION} -SITES_peace-0.0.20060310.tar.gz=http://chiharu.hauN.org/peace/dist/ +SITES_peace-0.0.20060620.tar.gz=http://chiharu.hauN.org/peace/dist/ CATEGORIES= emulators MAINTAINER= kent@NetBSD.org @@ -13,12 +13,14 @@ DISTFILES+= peace-${PEACE_VERSION}.tar.gz MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=peace/} ONLY_FOR_PLATFORM= NetBSD-[2-9]*-i386 DEPENDS+= icu>=2.4nb1:../../textproc/icu +DEPENDS+= freetype2>=2.2.1:../../graphics/freetype2 # bin/showstack requires perl5 and cross-i386-netbsdpe # DEPENDS+= perl5:../../lang/perl5 # DEPENDS+= cross-i386-netbsdpe>=3.3:../../cross/i386-netbsdpe BUILD_DEPENDS+= cross-i386-netbsdpe>=3.3:../../cross/i386-netbsdpe BUILD_DEPENDS+= w32api>=2.5:../../devel/w32api +BUILD_DEPENDS+= x11-links>=0.30:../../pkgtools/x11-links # Don't use "+=" here to avoid unexpected link with ELF libraries LDFLAGS= -L${WRKSRC}/lib @@ -41,5 +43,4 @@ post-install: ${RMDIR} ${PREFIX}/emul/pecoff/usr/share/man ${RMDIR} ${PREFIX}/emul/pecoff/usr/share -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |