Opened 12 years ago
Last modified 3 years ago
#38907 closed enhancement
Resolving libjpeg-turbo + jpeg Port conflicts — at Initial Version
Reported by: | davidfavor (David Favor) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | openmaintainer | |
Port: | libjpeg-turbo |
Description
Since libjpeg-turbo released there are many Ports that could benefit from it's use, except dependencies in these Ports are for the jpeg Port which conflicts with libjpeg-turbo.
Currently there appears to be no way to specify an "OR dependency"... like...
port:libjpeg-turbo |
So is the correct way to fix this to change...
depends_lib port:jpeg to...
depends_lib path:lib/libjpeg.dylib
which would then pass the dependency check for any Port that installed this library.
Let me know if this is the correct fix.
Thanks.
Note: See
TracTickets for help on using
tickets.