diff options
Diffstat (limited to 'audio/mac/Makefile')
| -rw-r--r-- | audio/mac/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index 2a99619bd084..f2d7fc7096d3 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -1,5 +1,5 @@ PORTNAME= mac -PORTVERSION= 11.54 +PORTVERSION= 11.71 CATEGORIES= audio MASTER_SITES= https://www.monkeysaudio.com/files/ DISTNAME= ${PORTNAME:tu}_${PORTVERSION:S|.||}_SDK @@ -14,7 +14,9 @@ LICENSE_FILE= ${WRKSRC}/License.txt USES= cmake dos2unix zip DOS2UNIX_FILES= Shared/*.h \ - Source/Console/Console.cpp + Source/Console/*.cpp \ + Source/Shared/*.cpp \ + Source/Shared/*.h NO_WRKSUBDIR= yes |
