diff options
author | jlam <jlam> | 2002-09-11 11:14:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-11 11:14:48 +0000 |
commit | 175c771c366a192dafb42493445a778ac734052b (patch) | |
tree | 07cf9b8ff7af9d81bc39eec74886c1585405fa1c /games | |
parent | 361e64cd54d69729b73451ac325dfb6383d157a4 (diff) | |
download | pkgsrc-175c771c366a192dafb42493445a778ac734052b.tar.gz |
This package uses X11.
Diffstat (limited to 'games')
-rw-r--r-- | games/xboard/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index f3e9d159cd2..3d58f4711b0 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/09/11 11:13:02 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2002/09/11 11:14:48 jlam Exp $ DISTNAME= xboard-4.2.6 CATEGORIES= games @@ -11,6 +11,7 @@ COMMENT= graphical frontend for chess engines and servers INFO_FILES= xboard.info USE_BUILDLINK2= # defined +USE_X11= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --enable-xpm CONFIGURE_ARGS+= --enable-zippy # interface to ICS |