Opened 17 years ago

Closed 17 years ago

#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 (3)

comment:1 Changed 17 years ago by markd@…

Cc: mas@… markd@… added

Piing maintainer.

comment:2 Changed 17 years ago by mas@…

Owner: changed from macports-dev@… to mas@…
Priority: Not setExpected
Status: newassigned

Thanks for pointing this out. I'm testing the patched Portfile right now.

comment:3 Changed 17 years ago by mas@…

Resolution: fixed
Status: assignedclosed

fixed in r21258

Note: See TracTickets for help on using tickets.