pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/xboard



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 21:32:21 UTC 2020

Modified Files:
        pkgsrc/games/xboard: Makefile

Log Message:
games/xboard: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/games/xboard/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/xboard/Makefile
diff -u pkgsrc/games/xboard/Makefile:1.63 pkgsrc/games/xboard/Makefile:1.64
--- pkgsrc/games/xboard/Makefile:1.63   Tue Mar 10 22:10:00 2020
+++ pkgsrc/games/xboard/Makefile        Sun May 31 21:32:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2020/03/10 22:10:00 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2020/05/31 21:32:21 rillig Exp $
 
 DISTNAME=      xboard-4.9.1
 #PKGREVISION=  1
@@ -11,7 +11,6 @@ HOMEPAGE=     https://www.gnu.org/software/x
 COMMENT=       Graphical frontend for chess engines and servers
 LICENSE=       gnu-gpl-v3
 
-CONFIGURE_ARGS+=       --enable-xpm
 CONFIGURE_ARGS+=       --enable-zippy  # interface to ICS
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       PERLPATH=${PERL5}



Home | Main Index | Thread Index | Old Index