diff options
author | joerg <joerg@pkgsrc.org> | 2019-12-19 22:14:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2019-12-19 22:14:07 +0000 |
commit | df94adcf130fa7519fec0b73c5633159b42775e3 (patch) | |
tree | 704497dc6355a8c35e5502c140cfecd23c9ecb95 /emulators | |
parent | c6d10ce57763c2a3b99e5a7059b39280fd4d3202 (diff) | |
download | pkgsrc-df94adcf130fa7519fec0b73c5633159b42775e3.tar.gz |
Add missing bdftopcf dependency.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 323eab2d09e..f5cbd3dddbb 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -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 |