aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/xblackjack/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/games/xblackjack/Makefile b/games/xblackjack/Makefile
index 2b879dfa2fdf..1b8ba01e5e23 100644
--- a/games/xblackjack/Makefile
+++ b/games/xblackjack/Makefile
@@ -1,24 +1,22 @@
-# New ports collection makefile for: xblackjack
-# Date created: 8/16/1996
-# Whom: erich@FreeBSD.org
-#
+# Created by: erich@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= xblackjack
PORTVERSION= 2.2
PORTREVISION= 3
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITES= XCONTRIB
MASTER_SITE_SUBDIR= games
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
-COMMENT= An X11/Motif blackjack game
+COMMENT= X11/Motif blackjack game
+
+LIB_DEPENDS= Xm:${PORTSDIR}/x11-toolkits/lesstif
USE_IMAKE= yes
USE_XORG= x11 xext xp xt xmu
-LIB_DEPENDS+= Xm.2:${PORTSDIR}/x11-toolkits/lesstif
MAN1= xblackjack.1
+CFLAGS+= -Wno-error=return-type
.include <bsd.port.mk>