diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-13 15:06:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-13 15:06:48 +0000 |
commit | 27bb44e6ffa12f82100e7932514ece890b2a9920 (patch) | |
tree | a4929a304792148addf8aa9dcd3a1f1270e2e594 /textproc/jade | |
parent | 5df25548aecd11dbea682f313a36825937f1a782 (diff) | |
download | ports-27bb44e6ffa12f82100e7932514ece890b2a9920.tar.gz ports-27bb44e6ffa12f82100e7932514ece890b2a9920.zip |
Remove useless USE_GCC it builds properly with clang.
Notes
Notes:
svn path=/head/; revision=327156
Diffstat (limited to 'textproc/jade')
-rw-r--r-- | textproc/jade/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 9776be1a2e50..c6eecb463703 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -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}/textproc/xmlcatmgr 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 |