Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 23:10:19 +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: r326334 - head/devel/libstroke
Message-ID:  <201309042310.r84NAJn0026446@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep  4 23:10:19 2013
New Revision: 326334
URL: http://svnweb.freebsd.org/changeset/ports/326334

Log:
  Convert USE_GCC=any into proper USE_CSTD=gnu89

Modified:
  head/devel/libstroke/Makefile

Modified: head/devel/libstroke/Makefile
==============================================================================
--- head/devel/libstroke/Makefile	Wed Sep  4 23:08:39 2013	(r326333)
+++ head/devel/libstroke/Makefile	Wed Sep  4 23:10:19 2013	(r326334)
@@ -10,12 +10,12 @@ MASTER_SITES=	http://etla.net/libstroke/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A stroke translation library
 
+USES=		gmake
+USE_CSTD=	gnu89
 USE_XORG=	x11
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 WANT_GNOME=	yes
 USE_LDCONFIG=	yes
-USE_GCC=	any
 
 OPTIONS_DEFINE=	GTK1
 GTK1_DESC=	Build with legacy Gtk+/GNOME stroke support



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309042310.r84NAJn0026446>