Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2005 15:50:18 +0900 (JST)
From:      Koji Yokota <yokota@res.otaru-uc.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        yokota@res.otaru-uc.ac.jp
Subject:   ports/87244: print/lyx: Makefile has a wrong path to qt library 
Message-ID:  <20051011065018.9933B62CA@room520-1.yokota-s.otaru-uc.ac.jp>
Resent-Message-ID: <200510110840.j9B8eFbl058473@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051011065018.9933B62CA>