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:   nia
Date:           Thu Mar 26 12:26:03 UTC 2020

Modified Files:
        pkgsrc/emulators/vice: Makefile

Log Message:
vice: Needs flex


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 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.146 pkgsrc/emulators/vice/Makefile:1.147
--- pkgsrc/emulators/vice/Makefile:1.146        Fri Mar 20 11:57:36 2020
+++ pkgsrc/emulators/vice/Makefile      Thu Mar 26 12:26:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.146 2020/03/20 11:57:36 nia Exp $
+# $NetBSD: Makefile,v 1.147 2020/03/26 12:26:02 nia Exp $
 
 DISTNAME=      vice-3.4
 PKGREVISION=   3
@@ -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 flex
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-ethernet
 CONFIGURE_ARGS.NetBSD+=        --without-oss



Home | Main Index | Thread Index | Old Index