diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-09 06:03:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-09 06:03:46 +0000 |
commit | e87a9546ebc1424e63099f188aa031a00ed97243 (patch) | |
tree | 33e3b3201610c43ee05e94cf3f76295e02f21756 | |
parent | This port requires openmp (diff) |
Remove USE_GCC=any as it works with clang now
-rw-r--r-- | textproc/openjade/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index 1246938c3d7b..89a9786b4987 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -14,7 +14,6 @@ COMMENT= Object-oriented SGML/XML parser toolkit and DSSSL engine 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 |