diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2019-05-24 09:52:55 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2019-05-24 09:52:55 +0000 |
commit | def4f1b474e20107b2137375263b929c8e88d36e (patch) | |
tree | ed2317f515c36ac8577ed905bc05ae8080f1ed70 /audio/lv2 | |
parent | Update to 6.1.8. (diff) |
audio/lv2: Remove CONFLICTS_INSTALL
lv2core expired and was deleted on 2016-11-30 in ports r427460
I only noted this after committing ports r499627, so remove it accordingly.
PR: 235103
Approved by: Michael Beer <beerml sigma6audio de> (maintainer)
MFH: 2019Q2 (MFH with: r499627)
Notes
Notes:
svn path=/head/; revision=502442
Diffstat (limited to 'audio/lv2')
-rw-r--r-- | audio/lv2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/lv2/Makefile b/audio/lv2/Makefile index e886b29831c7..1b026fd9b57a 100644 --- a/audio/lv2/Makefile +++ b/audio/lv2/Makefile @@ -23,8 +23,6 @@ USES= python:-3.6 shebangfix tar:bzip2 waf SHEBANG_FILES= lv2specgen/lv2specgen.py -CONFLICTS_INSTALL= lv2core - OPTIONS_DEFINE= DOCS DOXYGEN EXAMPLES OPTIONS_SUB= yes |