Ticket #12258 (closed defect: duplicate)
BUG: "port deps" is not variant-specific
| Reported by: | mjs@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | base | Version: | 1.5 |
| Keywords: | Cc: | ||
| Port: |
Description
"port deps ImageMagick" and "port deps ImageMagick +no_x11" produce exactly the same output even though the no_x11 version does not require XFree86. This makes it difficult to figure out if, for example, "port install ImageMagick +no_x11" will in fact do the right thing.
$ port deps ImageMagick
ImageMagick has library dependencies on:
pkgconfig
XFree86
bzip2
jpeg
libpng
tiff
zlib
freetype
fontconfig
libiconv
expat
libxml2
$ port deps ImageMagick +no_x11
ImageMagick has library dependencies on:
pkgconfig
XFree86
bzip2
jpeg
libpng
tiff
zlib
freetype
fontconfig
libiconv
expat
libxml2
Change History
Note: See
TracTickets for help on using
tickets.

