diff options
author | eadler <eadler@FreeBSD.org> | 2014-03-12 07:17:44 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2014-03-12 07:17:44 +0800 |
commit | 20b07011dfd657c8f6bac3ad24e6dfe767f434e7 (patch) | |
tree | e570d0ee15d0c5ebd0688d8fc5260d8c6e33abd6 /audio | |
parent | 5e852eaaf499b4a0ea62a6f81914561553337cb4 (diff) | |
download | freebsd-ports-gnome-20b07011dfd657c8f6bac3ad24e6dfe767f434e7.tar.gz freebsd-ports-gnome-20b07011dfd657c8f6bac3ad24e6dfe767f434e7.tar.zst freebsd-ports-gnome-20b07011dfd657c8f6bac3ad24e6dfe767f434e7.zip |
audio/ardour: add restricted.
Per LEGAL add a RESTRICTED tag to audio/ardour.
Approved by: portmgr (implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ardour/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index 23e0da0aaa52..e66298a48e77 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -27,6 +27,8 @@ CFLAGS+= -I${LOCALBASE}/include USE_GNOME= libxslt USE_LDCONFIG= ${PREFIX}/lib/ardour2 ${PREFIX}/lib/ardour2/surfaces +RESTRICTED= Redistribution of the VST PlugIns SDK is not allowed + PLIST_SUB= DISTVERSION=${DISTVERSION} OPTIONS_DEFINE= OPTIMIZED_CFLAGS VST |