Date: Fri, 13 Sep 2013 15:06:48 +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: r327156 - head/textproc/jade Message-ID: <201309131506.r8DF6mfW054396@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Sep 13 15:06:48 2013 New Revision: 327156 URL: http://svnweb.freebsd.org/changeset/ports/327156 Log: Remove useless USE_GCC it builds properly with clang. Modified: head/textproc/jade/Makefile Modified: head/textproc/jade/Makefile ============================================================================== --- head/textproc/jade/Makefile Fri Sep 13 14:50:53 2013 (r327155) +++ head/textproc/jade/Makefile Fri Sep 13 15:06:48 2013 (r327156) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jade -# Date created: June 19, 1997 -# Whom: jfieber -# +# Created by: jfieber # $FreeBSD$ -# PORTNAME= jade PORTVERSION= 1.2.1 @@ -25,8 +21,7 @@ RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/te CONFLICTS= sp-1.* USE_AUTOTOOLS= libtool -USE_GCC= any -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131506.r8DF6mfW054396>