summaryrefslogtreecommitdiff
path: root/editors/abiword-plugins
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-30 09:45:19 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-30 09:45:19 +0000
commit52cb93f65eccbae06e667fd914098fff12e09ec6 (patch)
treec0a290886a417d7ea6e89ded5c4bec6f9ee9d258 /editors/abiword-plugins
parent98c529535bd28ce1a31f639d95eb5bb98d2cc21a (diff)
downloadpkgsrc-52cb93f65eccbae06e667fd914098fff12e09ec6.tar.gz
Instead of ${VERSION}* use to more specific ${VERSION}{,nb*} idiom.
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r--editors/abiword-plugins/Makefile4
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"