diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-04-14 17:54:55 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-04-14 17:54:55 +0000 |
commit | 3f312afbe010633930573a00a1052561af16e134 (patch) | |
tree | 3a968878731cce7b2b7ba875c633690847cf0855 /audio/ardour | |
parent | ccd36deeb8879edbdaf1349eb6eec5ed53477847 (diff) | |
download | ports-3f312afbe010633930573a00a1052561af16e134.tar.gz ports-3f312afbe010633930573a00a1052561af16e134.zip |
Notes
Diffstat (limited to 'audio/ardour')
-rw-r--r-- | audio/ardour/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index c4e4604c76c9..95d6acde076f 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -42,8 +42,9 @@ OPTIONS= OPTIMIZED_CFLAGS "Builds with compiler optimizations" on \ .if defined(WITH_VST) # Yes, 'PlugIns' is not a typo. -RESTRICTED= Redistribution of the VST PlugIns SDK is not allowed VST_DIST+= vst_sdk2_3.zip +RESTRICTED= Redistribution of the VST PlugIns SDK is not allowed +RESTRICTED_FILES= ${VST_DIST} DISTFILES+= ${VST_DIST} SCONS_ENV+= VST=yes BUILD_DEPENDS+= winegcc:${PORTSDIR}/emulators/wine \ |