Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2002 18:28:16 +0100 (CET)
From:      Christian Brueffer <chris@unixpages.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35194: editors/edith: make use of USE_LINUX in Makefile
Message-ID:  <200202211728.g1LHSG138195@gondor.middleearth>

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

>Number:         35194
>Category:       ports
>Synopsis:       editors/edith: make use of USE_LINUX in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 21 16:30:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Christian Brueffer
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD gondor.middleearth 4.5-STABLE FreeBSD 4.5-STABLE #12: Wed Jan 23 19:17:14 CET 2002 root@gondor.middleearth:/usr/obj/usr/src/sys/GONDOR i386


	
>Description:
	Replace RUN_DEPENDS= ${LINUXBASE}/sbin/ldconfig with USE_LINUX,
        as proposed by David W. Chapman Jr.
>How-To-Repeat:
	
>Fix:

	

--- edith.patch begins here ---
--- /usr/ports/editors/edith/Makefile	Tue Jan 15 14:41:55 2002
+++ Makefile	Thu Feb 21 18:24:24 2002
@@ -14,7 +14,7 @@
 
 MAINTAINER=	chris@unixpages.org
 
-RUN_DEPENDS=	${LINUXBASE}/sbin/ldconfig:${PORTSDIR}/emulators/linux_base
+USE_LINUX=      yes
 
 ONLY_FOR_ARCHS=	i386
 
--- edith.patch ends here ---


>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?200202211728.g1LHSG138195>