diff options
author | joerg <joerg> | 2006-06-30 09:45:19 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-30 09:45:19 +0000 |
commit | f12ca084545d4cd359a9bfc3331cf9efcd47cbb6 (patch) | |
tree | c0a290886a417d7ea6e89ded5c4bec6f9ee9d258 /editors | |
parent | e4b3d862da6d5234c0ae37e806361d2d84b614c2 (diff) | |
download | pkgsrc-f12ca084545d4cd359a9bfc3331cf9efcd47cbb6.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" |