Date: Wed, 31 Jul 2013 22:52:54 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324074 - head/x11-clocks/wmtimer Message-ID: <201307312252.r6VMqsiW041970@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@databits.net> et al -# +# Created by: Patrick Li <pat@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307312252.r6VMqsiW041970>