diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-13 23:06:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-13 23:06:48 +0800 |
commit | 2945798ea83ccdaffac58b005e43bfc24a316d3b (patch) | |
tree | a4929a304792148addf8aa9dcd3a1f1270e2e594 /textproc | |
parent | fd09183ee91bb5a90a45647b87274679215d5b4a (diff) | |
download | freebsd-ports-gnome-2945798ea83ccdaffac58b005e43bfc24a316d3b.tar.gz freebsd-ports-gnome-2945798ea83ccdaffac58b005e43bfc24a316d3b.tar.zst freebsd-ports-gnome-2945798ea83ccdaffac58b005e43bfc24a316d3b.zip |
Remove useless USE_GCC it builds properly with clang.
Diffstat (limited to 'textproc')
-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 |