diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-09 16:37:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-09 16:37:18 +0000 |
commit | d6b11da565689d55496583f91abfdc3c092bb59a (patch) | |
tree | abce36cc3617ce6e36bb7834ddb77c436c8918d8 /editors/abiword-plugins/Makefile | |
parent | 9f1bf328d7e42fc2b9922321ffb6815fa2485d1d (diff) | |
download | pkgsrc-d6b11da565689d55496583f91abfdc3c092bb59a.tar.gz |
Remove USE_LANGUAGES line -- it is already defined in abiword/Makefile.common.
Diffstat (limited to 'editors/abiword-plugins/Makefile')
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index d76962388f7..24ad408f46c 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/05/09 10:09:06 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/05/09 16:37:18 wiz Exp $ .include "../../editors/abiword/Makefile.common" @@ -10,8 +10,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins BUILD_DEPENDS+= abiword-${ABIWORD_VERSION}*:../../editors/abiword -USE_LANGUAGES= c c++ - .include "../../mk/bsd.prefs.mk" CONFIGURE_ARGS+= --disable-all |