pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/vice Add missing bdftopcf dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e31d0274e413
branches:  trunk
changeset: 406351:e31d0274e413
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 19 22:14:07 2019 +0000

description:
Add missing bdftopcf dependency.

diffstat:

 emulators/vice/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c1e33b30f4ef -r e31d0274e413 emulators/vice/Makefile
--- a/emulators/vice/Makefile   Thu Dec 19 22:13:48 2019 +0000
+++ b/emulators/vice/Makefile   Thu Dec 19 22:14:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.139 2019/08/11 13:20:58 wiz Exp $
+# $NetBSD: Makefile,v 1.140 2019/12/19 22:14:07 joerg Exp $
 
 DISTNAME=      vice-3.3
 PKGREVISION=   2
@@ -18,7 +18,7 @@
 
 USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         c c++11
-USE_TOOLS+=            bash gmake pkg-config perl
+USE_TOOLS+=            bash gmake pkg-config perl bdftopcf
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-ethernet
 CONFIGURE_ARGS.NetBSD+=        --without-oss



Home | Main Index | Thread Index | Old Index