diff options
author | joerg <joerg> | 2007-11-28 18:25:49 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-11-28 18:25:49 +0000 |
commit | 0204d71b2eb0f3934967304dbeaca830c5ec60e7 (patch) | |
tree | 7ce57cb1b433c98b38a127b3875268745b95db19 | |
parent | 468431c2691b1c5e8ef6c4f1e91ddc3cd4782efc (diff) | |
download | pkgsrc-0204d71b2eb0f3934967304dbeaca830c5ec60e7.tar.gz |
Allow nb versions for the -tools dependency. Bump revision.
-rw-r--r-- | devel/gettext/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index f3fcb94efa5..e350a60f5e8 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2006/07/26 06:53:02 adam Exp $ +# $NetBSD: Makefile,v 1.75 2007/11/28 18:25:49 joerg Exp $ DISTNAME= gettext-0.14.6 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=gettext/} @@ -8,8 +9,8 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html COMMENT= Tools for providing messages in different languages -DEPENDS+= gettext-m4-0.14.6:../../devel/gettext-m4 -DEPENDS+= gettext-tools-0.14.6:../../devel/gettext-tools +DEPENDS+= gettext-m4-0.14.6{,nb[0-9]*}:../../devel/gettext-m4 +DEPENDS+= gettext-tools-0.14.6{,nb[0-9]*}:../../devel/gettext-tools BUILDLINK_API_DEPENDS.gettext+= gettext-lib>=0.14.5 USE_LIBTOOL= yes |