diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-09 06:17:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-09 06:17:42 +0000 |
commit | 3ece50039b69208e426628d95d1b9364ec1b3d03 (patch) | |
tree | 0a86640b2a85f01f73ecff4d3d3647c5d16123b4 | |
parent | Remove USE_GCC=any as it works with clang now (diff) |
Remove USE_GCC=any: builds fine with clang
-rw-r--r-- | audio/festalon/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index a4d1766bee79..2b742efb497f 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -20,7 +20,6 @@ USES= pkgconfig NO_STAGE= yes USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GCC= any WRKSRC= ${WRKDIR}/${PORTNAME} |