Bug 13137

Summary: gtk-- port doesn't use X11BASE
Product: Ports & Packages Reporter: futatuki <futatuki>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description futatuki 1999-08-14 13:40:00 UTC
gtk--/Makefile sets USE_X11_BASE after including <bsd.port.pre.mk> 
so, so PREFIX is set to ${PREFIX}, not ${X11BASE}. To avoid it,
variable USE_X11BASE must set before including <bsd.port.pre.mk>.

Fix: Apply Following patch:

BEGIN --- cut here --- cut here --- cut here --- cut here --- cut here ---
How-To-Repeat: 
	cd ${PORTSDIR}/x11-toolkits/gtk--;make install
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-08-15 07:50:09 UTC
State Changed
From-To: open->closed

Fixed, thanks!