svn commit: r324074 - head/x11-clocks/wmtimer
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 31 22:52:55 UTC 2013
Author: bapt
Date: Wed Jul 31 22:52:54 2013
New Revision: 324074
URL: http://svnweb.freebsd.org/changeset/ports/324074
Log:
Fix build with clang
Modified:
head/x11-clocks/wmtimer/Makefile
Modified: head/x11-clocks/wmtimer/Makefile
==============================================================================
--- head/x11-clocks/wmtimer/Makefile Wed Jul 31 22:52:05 2013 (r324073)
+++ head/x11-clocks/wmtimer/Makefile Wed Jul 31 22:52:54 2013 (r324074)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wmtimer
-# Date created: Thu Apr 26 16:46:38 EDT 2001
-# Whom: Patrick Li <pat at databits.net> et al
-#
+# Created by: Patrick Li <pat at databits.net> et al
# $FreeBSD$
-#
PORTNAME= wmtimer
PORTVERSION= 2.92
@@ -19,7 +15,8 @@ COMMENT= Multi-Function timer dockapp fo
WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer
PORTDOCS= README
PLIST_FILES= bin/wmtimer
-USE_GMAKE= yes
+USES= gmake
+USE_CSTD= gnu89
USE_XORG= x11 xau xcomposite xcursor xdamage xdmcp xext xfixes xi \
xinerama xpm xrandr xrender
USE_GNOME= gtk20
More information about the svn-ports-head
mailing list