Ticket #11239 (closed defect: fixed)
aqbanking fails to build if installation prefix is different from /opt/local
| Reported by: | ohler macosforge@… | Owned by: | mas@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.3.2 |
| Keywords: | Cc: | mas@…, markd@… | |
| Port: |
Description
aqbanking's Portfile contains a literal /opt/local in line 39:
QTDIR=/opt/local/lib/qt3
This leads to a build failure if MacPorts' installation prefix is not /opt/local.
It should be
QTDIR=${prefix}/lib/qt3
Change History
Note: See
TracTickets for help on using
tickets.

