pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/vice



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:14:07 UTC 2019

Modified Files:
        pkgsrc/emulators/vice: Makefile

Log Message:
Add missing bdftopcf dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/emulators/vice/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/vice/Makefile
diff -u pkgsrc/emulators/vice/Makefile:1.139 pkgsrc/emulators/vice/Makefile:1.140
--- pkgsrc/emulators/vice/Makefile:1.139        Sun Aug 11 13:20:58 2019
+++ pkgsrc/emulators/vice/Makefile      Thu Dec 19 22:14:07 2019
@@ -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 @@ NO_SRC_ON_FTP=                ${RESTRICTED}
 
 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