svn commit: r329862 - head/textproc/openjade

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 9 06:03:46 UTC 2013


Author: bapt
Date: Wed Oct  9 06:03:46 2013
New Revision: 329862
URL: http://svnweb.freebsd.org/changeset/ports/329862

Log:
  Remove USE_GCC=any as it works with clang now

Modified:
  head/textproc/openjade/Makefile

Modified: head/textproc/openjade/Makefile
==============================================================================
--- head/textproc/openjade/Makefile	Wed Oct  9 05:53:18 2013	(r329861)
+++ head/textproc/openjade/Makefile	Wed Oct  9 06:03:46 2013	(r329862)
@@ -14,7 +14,6 @@ COMMENT=	Object-oriented SGML/XML parser
 LIB_DEPENDS=	osp.5:${PORTSDIR}/textproc/opensp
 RUN_DEPENDS=	${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
 
-USE_GCC=	any
 USE_LDCONFIG=	yes
 USES=		gettext gmake perl5
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list