Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2002 05:28:14 +0100 (CET)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/33826: update-port: x11/emu (bento-fix)
Message-ID:  <200201130428.g0D4SEl07059@phobos.raisdorf.net>

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

>Number:         33826
>Category:       ports
>Synopsis:       update-port: x11/emu (bento-fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 12 20:50:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD sina.sesamestreet.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Dec 15 16:46:48 CET 2001 olivleh1@sina.sesamestreet.net:/usr/obj/i386/usr/src/sys/SINA i386

>Description:

	- fix errors detected by bento

>How-To-Repeat:
>Fix:

diff -ruN emu.old/Makefile /usr/ports/x11/emu/Makefile
--- emu.old/Makefile	Sun Jan 13 04:57:21 2002
+++  /usr/ports/x11/emu/Makefile	Sun Jan 13 05:02:37 2002
@@ -14,11 +14,14 @@
 
 MAINTAINER=	me@FreeBSD.org
 
+USE_X_PREFIX=	YES
+
 .include <bsd.port.pre.mk>
 
 .if ${XFREE86_VERSION} == 4
-BUILD_DEPENDS+=	xrdb:${PORTSDIR}/x11/XFree86-4-clients
-RUN_DEPENDS+=	xrdb:${PORTSDIR}/x11/XFree86-4-clients
+BUILD_DEPENDS+=	xmkmf:${PORTSDIR}/x11/XFree86-4
+.else
+BUILD_DEPENDS+=	xmkmf:${PORTSDIR}/x11/XFree86
 .endif
 
 .if !defined(DISPLAY) || ${DISPLAY} == ""
>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?200201130428.g0D4SEl07059>