aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/wmtime
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-09 04:54:35 +0800
committerantoine <antoine@FreeBSD.org>2014-01-09 04:54:35 +0800
commit97464ff8bc5872f274aad8ba4efc9ec0162eb713 (patch)
tree33dbaba5ac2675dfc920ec4ad670e3b74e0139f3 /x11-clocks/wmtime
parentc1bd88ef048fb1ab01792d82b7836fb7c7efe906 (diff)
downloadfreebsd-ports-gnome-97464ff8bc5872f274aad8ba4efc9ec0162eb713.tar.gz
freebsd-ports-gnome-97464ff8bc5872f274aad8ba4efc9ec0162eb713.tar.zst
freebsd-ports-gnome-97464ff8bc5872f274aad8ba4efc9ec0162eb713.zip
- Fix build with clang
- Stage support PR: ports/185311 Submitted by: KATO Tsuguru
Diffstat (limited to 'x11-clocks/wmtime')
-rw-r--r--x11-clocks/wmtime/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-clocks/wmtime/Makefile b/x11-clocks/wmtime/Makefile
index 9086b2b00d93..183872d6c009 100644
--- a/x11-clocks/wmtime/Makefile
+++ b/x11-clocks/wmtime/Makefile
@@ -12,12 +12,13 @@ MASTER_SITES= http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Time/Date applet for WindowMaker
-PLIST_FILES= bin/wmtime
WRKSRC= ${WRKDIR}/wmtime.app/wmtime
USES= imake
USE_XORG= xpm
+USE_CSTD= gnu89
+
+PLIST_FILES= bin/wmtime
-NO_STAGE= yes
post-extract:
${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile