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 | 1802a619e663433af35f03f910d573813508bf04 (patch) | |
tree | b90c5f72a1af84200abee92b1d5eafd8fbceed04 /editors/abiword-plugins | |
parent | 5e78f166246d8329619945e1f040e065ed40b540 (diff) | |
download | pkgsrc-1802a619e663433af35f03f910d573813508bf04.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-plugins')
-rw-r--r-- | editors/abiword-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 40eb9cb1422..eef6cbce659 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -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 |