aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-01 06:50:47 +0800
committerbapt <bapt@FreeBSD.org>2013-08-01 06:50:47 +0800
commit0f83e8b7b1b2e81b84990c38a40e57f4adb3835b (patch)
treedf1172dbe26bd13261d8c7b926b74b234c7b15bb /x11-clocks
parente5680919653e16dfac5e82fcf2eb2431a38d40b7 (diff)
downloadfreebsd-ports-gnome-0f83e8b7b1b2e81b84990c38a40e57f4adb3835b.tar.gz
freebsd-ports-gnome-0f83e8b7b1b2e81b84990c38a40e57f4adb3835b.tar.zst
freebsd-ports-gnome-0f83e8b7b1b2e81b84990c38a40e57f4adb3835b.zip
Fix build with clang
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/wmitime/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-clocks/wmitime/Makefile b/x11-clocks/wmitime/Makefile
index 3002eb8d5fdf..7559519d50d1 100644
--- a/x11-clocks/wmitime/Makefile
+++ b/x11-clocks/wmitime/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wmitime
-# Date created: 14 March 1999
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
+# Created by: Jim Mock <jim@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= wmitime
PORTVERSION= 0.3
@@ -12,11 +8,12 @@ CATEGORIES= x11-clocks windowmaker afterstep
MASTER_SITES= http://dockapps.org/files/22/29/
MAINTAINER= xride@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>