pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/yacas add a build dependency on perl5 so the docu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e254b3530bd
branches:  trunk
changeset: 471103:5e254b3530bd
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Thu Mar 18 01:35:49 2004 +0000

description:
add a build dependency on perl5 so the documentation will get built.
Fixes recent packaging problems noted in the bulk builds.

diffstat:

 math/yacas/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e62b3a47e6ee -r 5e254b3530bd math/yacas/Makefile
--- a/math/yacas/Makefile       Thu Mar 18 00:37:01 2004 +0000
+++ b/math/yacas/Makefile       Thu Mar 18 01:35:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/03/12 01:15:45 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.13 2004/03/18 01:35:49 dmcmahill Exp $
 #
 
 DISTNAME=      yacas-1.0.56
@@ -15,6 +15,7 @@
 USE_GNU_TOOLS+=        make
 USE_LIBTOOL=   YES
 USE_X11=       YES
+USE_PERL5=     build
 
 TEST_TARGET=   test
 



Home | Main Index | Thread Index | Old Index