pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/bzflag Add build dependency on perl (pod2man is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce6487ff4b00
branches:  trunk
changeset: 467012:ce6487ff4b00
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jan 25 15:27:42 2004 +0000

description:
Add build dependency on perl (pod2man is used for the man page).

diffstat:

 games/bzflag/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3deb5ff4d9f6 -r ce6487ff4b00 games/bzflag/Makefile
--- a/games/bzflag/Makefile     Sun Jan 25 15:21:35 2004 +0000
+++ b/games/bzflag/Makefile     Sun Jan 25 15:27:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/24 13:30:55 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/25 15:27:42 kristerw Exp $
 
 DISTNAME=      bzflag-1.10.20031209
 PKGNAME=       ${DISTNAME:S/20031209/0/}
@@ -15,6 +15,7 @@
 USE_X11=       yes
 USE_BUILDLINK2=        yes
 USE_GNU_TOOLS+=        make
+USE_PERL5=     build
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index