svn commit: r512900 - head/games/xblackjack

Niclas Zeising zeising at FreeBSD.org
Thu Sep 26 15:59:48 UTC 2019


Author: zeising
Date: Thu Sep 26 15:59:47 2019
New Revision: 512900
URL: https://svnweb.freebsd.org/changeset/ports/512900

Log:
  games/xblackjack: Remove depenency on libXp
  
  Remove the depenency on libXp from games/xblackjack, it is not needed.
  This is a prerequisite for deprecating libXp.
  Add xorg to uses

Modified:
  head/games/xblackjack/Makefile

Modified: head/games/xblackjack/Makefile
==============================================================================
--- head/games/xblackjack/Makefile	Thu Sep 26 15:48:17 2019	(r512899)
+++ head/games/xblackjack/Makefile	Thu Sep 26 15:59:47 2019	(r512900)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xblackjack
 PORTVERSION=	2.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	XCONTRIB/games
 
@@ -12,8 +12,8 @@ COMMENT=	X11/Motif blackjack game
 
 LIB_DEPENDS=	libXm.so:x11-toolkits/lesstif
 
-USES=		imake tar:Z
-USE_XORG=	x11 xext xp xt xmu
+USES=		imake tar:Z xorg
+USE_XORG=	x11 xext xt xmu
 CFLAGS+=	-Wno-error=return-type
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list