pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/abiword-plugins Instead of ${VERSION}* use to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58c377e5b7d2
branches:  trunk
changeset: 515282:58c377e5b7d2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 30 09:45:19 2006 +0000

description:
Instead of ${VERSION}* use to more specific ${VERSION}{,nb*} idiom.

diffstat:

 editors/abiword-plugins/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2492eb268132 -r 58c377e5b7d2 editors/abiword-plugins/Makefile
--- a/editors/abiword-plugins/Makefile  Fri Jun 30 09:41:39 2006 +0000
+++ b/editors/abiword-plugins/Makefile  Fri Jun 30 09:45:19 2006 +0000
@@ -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 @@
 
 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"
 



Home | Main Index | Thread Index | Old Index