1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Niclas Zeising 2019-09-26 15:59:47 +00:00
parent 870b4a32fb
commit 51ce1722b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512900

View File

@ -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>