pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors abiword-plugins doesn't need perl at run time....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8800602b9e9c
branches:  trunk
changeset: 486697:8800602b9e9c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jan 01 03:31:38 2005 +0000

description:
abiword-plugins doesn't need perl at run time.  Move "USE_PERL5=run"
from abiword/Makefile.common to abiword/Makefile.

Bump PKGREVISION of abiword-plugins due to dependency change.

diffstat:

 editors/abiword-plugins/Makefile |  3 ++-
 editors/abiword/Makefile         |  3 ++-
 editors/abiword/Makefile.common  |  3 +--
 3 files changed, 5 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r 0932a02ed806 -r 8800602b9e9c editors/abiword-plugins/Makefile
--- a/editors/abiword-plugins/Makefile  Sat Jan 01 03:29:24 2005 +0000
+++ b/editors/abiword-plugins/Makefile  Sat Jan 01 03:31:38 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2004/11/22 13:32:01 adam Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/01 03:31:38 minskim Exp $
 
 .include "../../editors/abiword/Makefile.common"
 
 PKGNAME=       abiword-plugins-${ABIWORD_DIST_VERSION}
+PKGREVISION=   1
 COMMENT=       Plugins enhancing Abiword's capabilities
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/abiword-plugins
diff -r 0932a02ed806 -r 8800602b9e9c editors/abiword/Makefile
--- a/editors/abiword/Makefile  Sat Jan 01 03:29:24 2005 +0000
+++ b/editors/abiword/Makefile  Sat Jan 01 03:31:38 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2004/12/28 01:56:41 reed Exp $
+# $NetBSD: Makefile,v 1.84 2005/01/01 03:31:38 minskim Exp $
 
 .include "Makefile.common"
 
@@ -10,6 +10,7 @@
 CONFLICTS=     abiword-personal-[0-9]* abiword2-[0-9]*
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/abi
+USE_PERL5=     run
 
 REPLACE_PERL=  user/wp/scripts/abw2html.pl
 
diff -r 0932a02ed806 -r 8800602b9e9c editors/abiword/Makefile.common
--- a/editors/abiword/Makefile.common   Sat Jan 01 03:29:24 2005 +0000
+++ b/editors/abiword/Makefile.common   Sat Jan 01 03:31:38 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2004/11/22 13:31:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.6 2005/01/01 03:31:38 minskim Exp $
 
 ABIWORD_DIST_VERSION=  2.0.14
 DISTNAME=      abiword-${ABIWORD_DIST_VERSION}
@@ -18,7 +18,6 @@
 USE_LIBTOOL=           yes
 USE_DIRS+=             xdg-1.1
 USE_GNU_TOOLS+=                make
-USE_PERL5=             run
 USE_X11=               yes
 
 CONFIGURE_ARGS+=        --enable-threads



Home | Main Index | Thread Index | Old Index