diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 03:13:03 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 03:13:03 +0000 |
commit | 80a11d4b67d7f2d748b3d3129e4b060ef656caa0 (patch) | |
tree | b90af9a5eeffc289ee81081de9c3ea107b362d1b /fonts | |
parent | c289f5a5c100992705edae01682c94ca06e25370 (diff) | |
download | pkgsrc-80a11d4b67d7f2d748b3d3129e4b060ef656caa0.tar.gz |
USE_TOOLS=unzip instead of DEPENDS/BUILD_DEPENDS.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/cyberbit-ttf/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/cyberbit-ttf/Makefile.common b/fonts/cyberbit-ttf/Makefile.common index 4557beaea1e..0b7f221fb26 100644 --- a/fonts/cyberbit-ttf/Makefile.common +++ b/fonts/cyberbit-ttf/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2009/08/25 11:56:36 wiz Exp $ +# $NetBSD: Makefile.common,v 1.23 2012/01/14 03:13:04 hans Exp $ # DISTNAME= # empty @@ -16,7 +16,7 @@ NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} -BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip +USE_TOOLS+= unzip PKG_DESTDIR_SUPPORT= user-destdir |