diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-09 14:03:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-09 14:03:46 +0800 |
commit | bcf175b9a82e03bbd132a215f0d1c5874d9fc128 (patch) | |
tree | 33e3b3201610c43ee05e94cf3f76295e02f21756 /textproc/openjade | |
parent | 907116b63f6634c7fa98bc84ec0f5432d1eaeb7a (diff) | |
download | freebsd-ports-gnome-bcf175b9a82e03bbd132a215f0d1c5874d9fc128.tar.gz freebsd-ports-gnome-bcf175b9a82e03bbd132a215f0d1c5874d9fc128.tar.zst freebsd-ports-gnome-bcf175b9a82e03bbd132a215f0d1c5874d9fc128.zip |
Remove USE_GCC=any as it works with clang now
Diffstat (limited to 'textproc/openjade')
-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 |