Bug 61111 - [Update Port] editors/texmaker: Unbreak build
Summary: [Update Port] editors/texmaker: Unbreak build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-09 07:50 UTC by Kay Lehmann
Modified: 2004-01-09 09:17 UTC (History)
0 users

See Also:


Attachments
Makefile.diff (515 bytes, patch)
2004-01-09 07:50 UTC, Kay Lehmann
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kay Lehmann 2004-01-09 07:50:17 UTC
Since major changes to qt-port build fails because of 2 issues:

1. qmake isn't installed bu qt anymore, so we need to set BUILD_DEPENDS.
2. We need to set QTMAKESPEC or add -spec to commandlineargs of qmake. Don't 
 know which is best.

This superseeds pr=ports/61018 . I decided to write a new pr, because he forgot
forgot to add BUILD_DEPENDS.

How-To-Repeat: Try to build texmaker with and without qmake installed.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-01-09 09:17:00 UTC
State Changed
From-To: open->closed

Committed, thanks!