diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-09 04:54:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-09 04:54:35 +0800 |
commit | 97464ff8bc5872f274aad8ba4efc9ec0162eb713 (patch) | |
tree | 33dbaba5ac2675dfc920ec4ad670e3b74e0139f3 /x11-clocks/wmtime | |
parent | c1bd88ef048fb1ab01792d82b7836fb7c7efe906 (diff) | |
download | freebsd-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/Makefile | 5 |
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 |