diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-08 20:54:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-08 20:54:35 +0000 |
commit | 68ea9bc11e65b6babc35c7bda09a888069246acb (patch) | |
tree | 33dbaba5ac2675dfc920ec4ad670e3b74e0139f3 /x11-clocks | |
parent | ec753258a2e71b14eeb16bc28e5da7e17fec8e56 (diff) | |
download | ports-68ea9bc11e65b6babc35c7bda09a888069246acb.tar.gz ports-68ea9bc11e65b6babc35c7bda09a888069246acb.zip |
Notes
Diffstat (limited to 'x11-clocks')
-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 |