ports/87244: print/lyx: Makefile has a wrong path to qt library

Koji Yokota yokota at res.otaru-uc.ac.jp
Tue Oct 11 08:40:16 UTC 2005


>Number:         87244
>Category:       ports
>Synopsis:       print/lyx: Makefile has a wrong path to qt library
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 11 08:40:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Koji Yokota
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
Otaru University of Commerce
>Environment:
System: FreeBSD hoge.otaru-uc.ac.jp 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #2: Mon Sep 12 02:39:54 JST 2005 hoge at hoge.yokota-s.otaru-uc.ac.jp:/usr/src/sys/i386/compile/KYOTO i386


	
>Description:
	print/lyx: Makefile has a wrong path to qt library (not /usr/local/lib, but should be /usr/X11R6/lib)
>How-To-Repeat:
	
>Fix:
--- Makefile.orig       Tue Oct 11 15:43:39 2005
+++ Makefile    Tue Oct 11 15:43:39 2005
@@ -70,7 +70,7 @@
 RUN_DEPENDS+=  ispell:${PORTSDIR}/textproc/ispell
 .endif
 
-.if exists(${LOCALBASE}/lib/libqt-mt.prl)
+.if exists(${X11BASE}/lib/libqt-mt.prl)
 QT_PRESENT=    on
 .else
 QT_PRESENT=    off

	


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list