diff options
author | wiz <wiz> | 2002-12-18 20:54:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-18 20:54:10 +0000 |
commit | 1fdba682df9e8e21db2490241fd1711a2bea9b3b (patch) | |
tree | 805253ce3eee264ff0e9e78cdb44e4e6f1a9c33f /fonts/adobe-cmaps | |
parent | 1a0a7bd741336322a1166de0f1a902a0116fb9d9 (diff) | |
download | pkgsrc-1fdba682df9e8e21db2490241fd1711a2bea9b3b.tar.gz |
We need unzip during installation, so add a BUILD_DEPENDS.
Diffstat (limited to 'fonts/adobe-cmaps')
-rw-r--r-- | fonts/adobe-cmaps/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/adobe-cmaps/Makefile b/fonts/adobe-cmaps/Makefile index 30d84c63012..1d1233496b7 100644 --- a/fonts/adobe-cmaps/Makefile +++ b/fonts/adobe-cmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/13 22:33:43 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/18 20:54:10 wiz Exp $ DISTNAME= adobe-cmaps-20020913 CATEGORIES= print @@ -24,6 +24,8 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://partners.adobe.com/asn/developer/technotes/fonts.html COMMENT= Adobe CMap files for CJK +BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip + DIST_SUBDIR= ${PKGBASE} USE_BUILDLINK2= # defined NO_CONFIGURE= # defined |