svn commit: r327156 - head/textproc/jade
Baptiste Daroussin
bapt at FreeBSD.org
Fri Sep 13 15:06:48 UTC 2013
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
More information about the svn-ports-head
mailing list