freebsd-ports/games/xblackjack/Makefile
Niclas Zeising 51ce1722b4 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
2019-09-26 15:59:47 +00:00

19 lines
362 B
Makefile

# Created by: erich@FreeBSD.org
# $FreeBSD$
PORTNAME= xblackjack
PORTVERSION= 2.2
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= XCONTRIB/games
MAINTAINER= ports@FreeBSD.org
COMMENT= X11/Motif blackjack game
LIB_DEPENDS= libXm.so:x11-toolkits/lesstif
USES= imake tar:Z xorg
USE_XORG= x11 xext xt xmu
CFLAGS+= -Wno-error=return-type
.include <bsd.port.mk>