diff options
Diffstat (limited to 'games/warzone2100/Makefile')
-rw-r--r-- | games/warzone2100/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index ecf360cfe91..bea35dfb134 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/03/04 12:00:18 jmcneill Exp $ +# $NetBSD: Makefile,v 1.4 2009/03/22 19:01:38 wiz Exp $ # DISTNAME= warzone2100-2.1.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://wz2100.net/ COMMENT= Real-time strategy and real-time tactics hybrid computer game +DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes @@ -22,14 +24,6 @@ CONFIGURE_ARGS+= --with-distributor=pkgsrc CHECK_WRKREF_SKIP= share/warzone2100/mods/global/aivolution.wz -post-patch: - for f in ${WRKSRC}/po/*.po; do \ - mv $$f $$f.original ; \ - ${AWK} -f ${FILESDIR}/msgfmtstrip $$f.original > $$f ; \ - done - -DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf - .include "../../audio/openal/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" |