diff options
author | joerg <joerg> | 2011-11-26 21:12:15 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-11-26 21:12:15 +0000 |
commit | 2f8161677ebc8ad97d73b56eb023a6508b727727 (patch) | |
tree | d78324e4e5ea508132c8151daf09ebd2a677caba /geography/xrmap/Makefile | |
parent | 9e2d8e7bb6a61864febc3f5e3950fd5396fad07a (diff) | |
download | pkgsrc-2f8161677ebc8ad97d73b56eb023a6508b727727.tar.gz |
Relax dependency on xrmap-base. Bump revision.
Diffstat (limited to 'geography/xrmap/Makefile')
-rw-r--r-- | geography/xrmap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/geography/xrmap/Makefile b/geography/xrmap/Makefile index 376aaef4000..b0337406c14 100644 --- a/geography/xrmap/Makefile +++ b/geography/xrmap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2009/04/08 23:02:08 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2011/11/26 21:12:15 joerg Exp $ # DISTNAME= xrmap-2.29 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= geography MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,7 +11,7 @@ COMMENT= Earth map viewer - complete META_PACKAGE= # empty -DEPENDS+= xrmap-base-2.29nb1:../../geography/xrmap-base +DEPENDS+= xrmap-base-2.29{,nb*}:../../geography/xrmap-base DEPENDS+= xrmap-data>=0:../../geography/xrmap-data DEPENDS+= xrmap-factbook_text>=2002:../../geography/xrmap-factbook_text DEPENDS+= xrmap-factbook_html>=2002:../../geography/xrmap-factbook_html |