diff options
Diffstat (limited to 'audio/ardour/Makefile')
-rw-r--r-- | audio/ardour/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index edfb5b1b1c03..8ee2a2469040 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -1,5 +1,6 @@ PORTNAME= ardour DISTVERSION= 8.12.0 +PORTREVISION= 2 CATEGORIES= audio # Official source download is tailored to browsers, downloads from github are # deliberately made empty. Put the badly named distfile into a subdirectory. @@ -116,9 +117,7 @@ post-install-VST3-on: # Some peripheral libraries are only built with libusb-1.0 >= 1.0.16 .if ${OPSYS} == FreeBSD && \ - (${OSVERSION} <= 1304500 \ - || 1400000 <= ${OSVERSION} && ${OSVERSION} <= 1401502 \ - || 1500000 <= ${OSVERSION} && ${OSVERSION} <= 1500019) + (1500000 <= ${OSVERSION} && ${OSVERSION} <= 1500019) PLIST_SUB+= LIBUSB="@comment " .else PLIST_SUB+= LIBUSB="" |