diff options
Diffstat (limited to 'geography/xrmap-data/Makefile')
-rw-r--r-- | geography/xrmap-data/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/geography/xrmap-data/Makefile b/geography/xrmap-data/Makefile index d5eeb5b1216..888734a276a 100644 --- a/geography/xrmap-data/Makefile +++ b/geography/xrmap-data/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:59 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= CIA_WDB2.jpd @@ -11,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= Vector data for xrmap +DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base + WRKSRC= ${WRKDIR} NO_BUILD= yes -DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base +INSTALLATION_DIRS= share/rmap do-install: ${INSTALL_DATA} ${WRKSRC}/CIA_WDB2.jpd ${PREFIX}/share/rmap |