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 | d94d4fc338c5c1c2f21644af3d011760f07b83a9 (patch) | |
tree | c0a290886a417d7ea6e89ded5c4bec6f9ee9d258 /editors/abiword-plugins | |
parent | 60a645fc473b5fec293711c57b7cf96af45d09bd (diff) | |
download | pkgsrc-d94d4fc338c5c1c2f21644af3d011760f07b83a9.tar.gz |
Instead of ${VERSION}* use to more specific ${VERSION}{,nb*} idiom.
Diffstat (limited to 'editors/abiword-plugins')
-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" |