Changes between Initial Version and Version 3 of Ticket #38907
- Timestamp:
- Apr 24, 2013, 11:41:37 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38907
- Property Owner changed from macports-tickets@… to rmstonecipher@…
- Property Cc openmaintainer removed
-
Property
Type
changed from
request
toenhancement
- Property Port libjpeg-turbo added; ffmpeg removed
-
Ticket #38907 – Description
initial v3 5 5 Currently there appears to be no way to specify an "OR dependency"... like... 6 6 7 {{{ 7 8 depends_lib port:jpeg || port:libjpeg-turbo 9 }}} 8 10 9 11 So is the correct way to fix this to change... 10 12 11 depends_lib port:jpeg to... 13 {{{ 14 depends_lib port:jpeg 15 }}} 12 16 17 to... 18 19 {{{ 13 20 depends_lib path:lib/libjpeg.dylib 21 }}} 14 22 15 23 which would then pass the dependency check for any Port that