svn commit: r324072 - head/x11-clocks/wmitime

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 31 22:50:48 UTC 2013


Author: bapt
Date: Wed Jul 31 22:50:47 2013
New Revision: 324072
URL: http://svnweb.freebsd.org/changeset/ports/324072

Log:
  Fix build with clang

Modified:
  head/x11-clocks/wmitime/Makefile

Modified: head/x11-clocks/wmitime/Makefile
==============================================================================
--- head/x11-clocks/wmitime/Makefile	Wed Jul 31 22:48:51 2013	(r324071)
+++ head/x11-clocks/wmitime/Makefile	Wed Jul 31 22:50:47 2013	(r324072)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wmitime
-# Date created:		14 March 1999
-# Whom:			Jim Mock <jim at FreeBSD.org>
-#
+# Created by: Jim Mock <jim at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	wmitime
 PORTVERSION=	0.3
@@ -12,11 +8,12 @@ CATEGORIES=	x11-clocks windowmaker after
 MASTER_SITES=	http://dockapps.org/files/22/29/
 
 MAINTAINER=	xride at FreeBSD.org
-COMMENT=	A clock dockapp that shows the date, time, and internet time
+COMMENT=	Clock dockapp that shows the date, time, and internet time
 
 WRKSRC=		${WRKDIR}/wmitime/wmitime
 
 PLIST_FILES=	bin/wmitime
 USE_XORG=	xpm
+USE_CSTD=	gnu89
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list