pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/lilo There's a perl script in here, so USE_TO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57a2bf64547a
branches:  trunk
changeset: 546374:57a2bf64547a
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Aug 30 08:10:29 2008 +0000

description:
There's a perl script in here, so USE_TOOLS+=perl:run. PKGREVISION++.

diffstat:

 sysutils/lilo/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r a4d9ad17e2d2 -r 57a2bf64547a sysutils/lilo/Makefile
--- a/sysutils/lilo/Makefile    Sat Aug 30 08:07:40 2008 +0000
+++ b/sysutils/lilo/Makefile    Sat Aug 30 08:10:29 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2008/03/14 16:16:12 reed Exp $
+# $NetBSD: Makefile,v 1.4 2008/08/30 08:10:29 dholland Exp $
 
 DISTNAME=              lilo-22.8.src
+PKGREVISION=           1
 PKGNAME=               ${DISTNAME:S/.src//}
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_SUNSITE:=system/boot/lilo/} \
@@ -25,7 +26,7 @@
 BUILD_DEPENDS+=                bin86>=0.16.10:../../devel/bin86
 BUILD_DEPENDS+=                nasm>=0.98:../../devel/nasm
 
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake perl:run
 MAKE_ENV+=             ROOT=${PREFIX:Q}
 
 CONF_FILES=            ${PREFIX}/share/lilo/lilo.conf.example  ${PKG_SYSCONFDIR}/lilo.conf



Home | Main Index | Thread Index | Old Index