diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-03 23:30:56 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-03 23:30:56 +0000 |
commit | d2699e867eb558749065d7c447b45b6d073919ce (patch) | |
tree | 17e4a5d6336c7711b1da353345d807bdf6865e82 /x11-fm | |
parent | eef1328a37395638f9427f52041b5c702d34e207 (diff) |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/worker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile index 6aebf348d375..6f692f229d5d 100644 --- a/x11-fm/worker/Makefile +++ b/x11-fm/worker/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash GNU_CONFIGURE= yes USE_XORG= x11 USE_BZIP2= yes -USE_GCC= 4.6+ +USE_GCC= yes USES= shebangfix SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \ |