diff options
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 |