svn commit: r319469 - head/games/xblackjack
Antoine Brodin
antoine at FreeBSD.org
Fri May 31 08:11:55 UTC 2013
Author: antoine
Date: Fri May 31 08:11:55 2013
New Revision: 319469
URL: http://svnweb.freebsd.org/changeset/ports/319469
Log:
- Trim Makefile header
- Unbreak with clang using -Wno-error=return-type (old K&R code)
Approved by: miwi, eadler (mentors, implicit)
Modified:
head/games/xblackjack/Makefile
Modified: head/games/xblackjack/Makefile
==============================================================================
--- head/games/xblackjack/Makefile Fri May 31 08:10:56 2013 (r319468)
+++ head/games/xblackjack/Makefile Fri May 31 08:11:55 2013 (r319469)
@@ -1,24 +1,22 @@
-# New ports collection makefile for: xblackjack
-# Date created: 8/16/1996
-# Whom: erich at FreeBSD.org
-#
+# Created by: erich at 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 at 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>
More information about the svn-ports-head
mailing list