pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/eel This package doesn't need perl at run time. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39474f841da1
branches:  trunk
changeset: 486692:39474f841da1
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jan 01 02:11:30 2005 +0000

description:
This package doesn't need perl at run time.  Set USE_PERL5 to "build".

Bump PKGREVISION due to dependency change.

diffstat:

 devel/eel/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r c62e3715f37c -r 39474f841da1 devel/eel/Makefile
--- a/devel/eel/Makefile        Sat Jan 01 00:37:56 2005 +0000
+++ b/devel/eel/Makefile        Sat Jan 01 02:11:30 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2004/11/30 18:26:39 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2005/01/01 02:11:30 minskim Exp $
 #
 
 DISTNAME=              eel-1.0.1
-PKGREVISION=           9
+PKGREVISION=           10
 CATEGORIES=            devel gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/eel/1.0/}/
 EXTRACT_SUFX=          .tar.bz2
@@ -18,7 +18,7 @@
 USE_PKGLOCALEDIR=      YES
 USE_X11BASE=           YES
 USE_LIBTOOL=           YES
-USE_PERL5=             YES
+USE_PERL5=             build
 USE_GNU_TOOLS+=                make
 
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig



Home | Main Index | Thread Index | Old Index