diff options
author | minskim <minskim> | 2005-01-01 03:31:38 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-01-01 03:31:38 +0000 |
commit | 14109955a61fbe6cb91ff2ab7e2f0ce184cd07fe (patch) | |
tree | b90c5f72a1af84200abee92b1d5eafd8fbceed04 /editors/abiword/Makefile.common | |
parent | 9b3302c87435caa9f1ce221795967ddf648809e7 (diff) | |
download | pkgsrc-14109955a61fbe6cb91ff2ab7e2f0ce184cd07fe.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/Makefile.common')
-rw-r--r-- | editors/abiword/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
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 |