diff options
author | joerg <joerg> | 2005-12-04 00:51:36 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-04 00:51:36 +0000 |
commit | 6e0b6a92d60a276f76d94fc1dde8918db678e625 (patch) | |
tree | e1b7273a4f0471cadc76cc09e84c45c40135c1c2 /emulators/vice/Makefile | |
parent | 43c57d88d039c2db17b3d8d001d69a21f7d4e544 (diff) | |
download | pkgsrc-6e0b6a92d60a276f76d94fc1dde8918db678e625.tar.gz |
Fix build dependency on X11 clients.
Diffstat (limited to 'emulators/vice/Makefile')
-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 |