diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-30 09:45:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-30 09:45:19 +0000 |
commit | 52cb93f65eccbae06e667fd914098fff12e09ec6 (patch) | |
tree | c0a290886a417d7ea6e89ded5c4bec6f9ee9d258 /editors | |
parent | 98c529535bd28ce1a31f639d95eb5bb98d2cc21a (diff) | |
download | pkgsrc-52cb93f65eccbae06e667fd914098fff12e09ec6.tar.gz |
Instead of ${VERSION}* use to more specific ${VERSION}{,nb*} idiom.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 24ad408f46c..69f426a457e 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/05/09 16:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2006/06/30 09:45:19 joerg Exp $ .include "../../editors/abiword/Makefile.common" @@ -8,7 +8,7 @@ COMMENT= Plugins enhancing Abiword's capabilities WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins -BUILD_DEPENDS+= abiword-${ABIWORD_VERSION}*:../../editors/abiword +BUILD_DEPENDS+= abiword-${ABIWORD_VERSION}{,nb*}:../../editors/abiword .include "../../mk/bsd.prefs.mk" |