Ticket #7406 (closed defect: fixed)
[dplight] BUG: port install -b ignores variants
| Reported by: | danchr@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | base | Version: | 1.0 |
| Keywords: | Cc: | ||
| Port: |
Description
When installing using the -b flag for install, port will disregard any variant options given to it.
Steps to reproduce: 1. sudo port -b install emacs-devel +gtk 2. otool -L /opt/local/bin/emacs
Expected results: emacs is linked against libgtk since it is the gtk variant.
Actual results: emacs is not linked against libgtk, indicating that the gtk variant was not installed.
Change History
Note: See
TracTickets for help on using
tickets.

