Date: Thu, 26 Sep 2019 15:59:47 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512900 - head/games/xblackjack Message-ID: <201909261559.x8QFxlBH062653@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909261559.x8QFxlBH062653>