diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-01 03:31:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-01 03:31:38 +0000 |
commit | ce0235dd2e7af8d305bf4b658208c6e9220d7615 (patch) | |
tree | b90c5f72a1af84200abee92b1d5eafd8fbceed04 /editors/abiword | |
parent | b80d2189095e6ecca397802b1e898afcfdd042ae (diff) | |
download | pkgsrc-ce0235dd2e7af8d305bf4b658208c6e9220d7615.tar.gz |
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 (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword/Makefile.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 9cb49a70980..92a306d64ed 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -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 @@ COMMENT= Open Source cross-platform word processor CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME}/abi +USE_PERL5= run REPLACE_PERL= user/wp/scripts/abw2html.pl diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index 61c27a750c3..3df1728bcf9 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -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_BUILDLINK3= yes USE_LIBTOOL= yes USE_DIRS+= xdg-1.1 USE_GNU_TOOLS+= make -USE_PERL5= run USE_X11= yes CONFIGURE_ARGS+= --enable-threads |