svn commit: r326334 - head/devel/libstroke

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 4 23:10:19 UTC 2013


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 at 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


More information about the svn-ports-all mailing list