diff options
author | bapt <bapt@FreeBSD.org> | 2016-08-01 00:13:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-08-01 00:13:04 +0800 |
commit | 8aed453112c1e51e1fe3738138b0c5ca4fcd8a76 (patch) | |
tree | fcef8a186845e98e1aadb925d812b6ed2efe54be /devel | |
parent | 24283b716b99f2f66c8811b60a37c06c35348780 (diff) | |
download | freebsd-ports-gnome-8aed453112c1e51e1fe3738138b0c5ca4fcd8a76.tar.gz freebsd-ports-gnome-8aed453112c1e51e1fe3738138b0c5ca4fcd8a76.tar.zst freebsd-ports-gnome-8aed453112c1e51e1fe3738138b0c5ca4fcd8a76.zip |
totally remove USE_GCC which is not needed anymore
Diffstat (limited to 'devel')
-rw-r--r-- | devel/kBuild/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/kBuild/Makefile b/devel/kBuild/Makefile index fcfd3c3c272f..50ad19d61ac3 100644 --- a/devel/kBuild/Makefile +++ b/devel/kBuild/Makefile @@ -31,7 +31,6 @@ KBUILD_ENV+= ACLOCAL=${ACLOCAL} \ AUTOMAKE=${AUTOMAKE} \ AUTORECONF=${AUTORECONF} \ AUTOPOINT=true -#USE_GCC= any KBUILD_TARGET= ${OPSYS:tl} KBUILD_BINS= kDepIDB kDepPre kObjCache kmk kmk_append kmk_ash kmk_cat \ |