svn commit: r327265 - head/x11/eterm

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 14 10:52:23 UTC 2013


Author: bapt
Date: Sat Sep 14 10:52:22 2013
New Revision: 327265
URL: http://svnweb.freebsd.org/changeset/ports/327265

Log:
  Define gnu89 as C standard and remove now useless USE_GCC=any

Modified:
  head/x11/eterm/Makefile

Modified: head/x11/eterm/Makefile
==============================================================================
--- head/x11/eterm/Makefile	Sat Sep 14 10:50:16 2013	(r327264)
+++ head/x11/eterm/Makefile	Sat Sep 14 10:52:22 2013	(r327265)
@@ -15,7 +15,6 @@ BUILD_DEPENDS=	man2html:${PORTSDIR}/text
 LIB_DEPENDS=	ast:${PORTSDIR}/devel/libast
 
 USE_AUTOTOOLS=	libtool
-USE_GCC=	any
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS?=--enable-trans --enable-utmp \
 		--enable-xim --with-theme-update \
@@ -23,6 +22,7 @@ CONFIGURE_ARGS?=--enable-trans --enable-
 		--enable-multi-charset
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+USE_CSTD=	gnu89
 
 OPTIONS_DEFINE=	MMX
 


More information about the svn-ports-all mailing list