Bug 13835

Summary: Fix 'make PREFIX=...' for kdegames11
Product: Ports & Packages Reporter: scottm <scottm>
Component: Individual Port(s)Assignee: Will Andrews <will>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description scottm 1999-09-19 22:30:00 UTC
'make PREFIX=/your/fav/path/here' causes configure in kdegames11 to
not find libraries which may be located under $PREFIX or under
$LOCALBASE. This appears to fix the problem.

Fix: Apply this patch to /usr/ports/games/kdegames11/Makefile. This patch
does assume that Qt and KDE are installed under $PREFIX.
How-To-Repeat: 
cd /usr/ports/games/kdegames11
make PREFIX=/your/fav/path/here
Comment 1 imura freebsd_committer freebsd_triage 1999-09-21 09:22:04 UTC
Responsible Changed
From-To: freebsd-ports->se

Over to the maintainer. 
Comment 2 Steve Price freebsd_committer freebsd_triage 2000-05-30 00:04:20 UTC
Responsible Changed
From-To: se->will

Will now maintains the KDE ports.
Comment 3 Will Andrews freebsd_committer freebsd_triage 2000-10-23 22:22:07 UTC
State Changed
From-To: open->closed

Imura-san fixed this for me, thanks!