Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2000 11:51:08 -0400 (EDT)
From:      brett@peloton.runet.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21029: fix to latex2html Makefile
Message-ID:  <200009041551.LAA23935@peloton.runet.edu>

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

>Number:         21029
>Category:       ports
>Synopsis:       point to right location of anytopnm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 04 09:00:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Brett Taylor
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Radford University
>Environment:

	FreeBSD 3.4-STABLE i386

>Description:

	old Makefile looking for anytopnm in X11BASE and it's installed now
	in LOCALBASE;  a couple people mailed me about this earlier, but I
	was hit by a car on my bike and haven't gotten to it till now - sorry
	this took so long to update/fix

>How-To-Repeat:

	just try installing latex2html and see where it looks for anytopnm!

>Fix:

diff -ruN latex2html/Makefile latex2html/Makefile
--- latex2html/Makefile	Wed May  3 11:02:25 2000
+++ latex2html/Makefile	Sun Sep  3 22:36:02 2000
@@ -16,7 +16,7 @@
 RUN_DEPENDS=	${LOCALBASE}/bin/latex:${PORTSDIR}/print/latex \
 		${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvips \
 		${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript5 \
-		${X11BASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm
+		${LOCALBASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm
 
 WRKSRC=	${WRKDIR}/latex2html
 

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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