diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-04 00:51:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-04 00:51:36 +0000 |
commit | ef9a6443a9450e3c7788fef79139e781ee9cd937 (patch) | |
tree | e1b7273a4f0471cadc76cc09e84c45c40135c1c2 /emulators | |
parent | c14bca9e6cf263b0c585bd1ca9ada4d2ce23e33c (diff) | |
download | pkgsrc-ef9a6443a9450e3c7788fef79139e781ee9cd937.tar.gz |
Fix build dependency on X11 clients.
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 d289cc8c8f9..fc5eafb47f4 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2005/10/05 13:29:49 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2005/12/04 00:51:36 joerg Exp $ # DISTNAME= vice-1.16 @@ -21,7 +21,7 @@ NO_SRC_ON_FTP= ${RESTRICTED} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake bdftopcf mkfontdir USE_LANGUAGES+= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-fullscreen |