diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-20 19:32:39 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-20 19:32:39 +0000 |
commit | f191d6b8872215d88c30b5942a9319854b9e98ba (patch) | |
tree | 2ae9e1593b29ed28637a9cbae361c9e3af678802 /audio/squash | |
parent | 47e51189262149884b0a6e3a5653e397d7635d35 (diff) |
Notes
Diffstat (limited to 'audio/squash')
-rw-r--r-- | audio/squash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/squash/Makefile b/audio/squash/Makefile index 999308548a89..1e90e802b390 100644 --- a/audio/squash/Makefile +++ b/audio/squash/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= id3v2:${PORTSDIR}/audio/id3v2 USE_BZIP2= yes USES= gmake USE_RUBY= yes -MAKE_ARGS= CC=${CC} +MAKE_ARGS= CC="${CC}" OPTIONS_DEFINE= DOCS |