Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2026 07:03:01 +0000
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 41488e1f0a17 - main - games/xonix: add x11 and xorgproto to USE_XORG
Message-ID:  <69d9f225.3904d.67196a3d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by joerg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=41488e1f0a174c15fbc6670361bfe22b420fa2b8

commit 41488e1f0a174c15fbc6670361bfe22b420fa2b8
Author:     Joerg Wunsch <joerg@FreeBSD.org>
AuthorDate: 2026-04-11 07:01:36 +0000
Commit:     Joerg Wunsch <joerg@FreeBSD.org>
CommitDate: 2026-04-11 07:02:37 +0000

    games/xonix: add x11 and xorgproto to USE_XORG
    
    Fix prerequisites
---
 games/xonix/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/xonix/Makefile b/games/xonix/Makefile
index 26dc5c0ca5b7..28f6c2f6c618 100644
--- a/games/xonix/Makefile
+++ b/games/xonix/Makefile
@@ -13,6 +13,6 @@ LICENSE=       BSD2CLAUSE
 
 USES=          imake
 WRKSRC=        ${WRKDIR}/xonix-${PORTVERSION}
-USE_XORG=      xaw
+USE_XORG=      x11 xaw xorgproto
 
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d9f225.3904d.67196a3d>