Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2001 14:38:39 -0600 (CST)
From:      nrahlstr@winternet.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25658: typo in enlightenment/Makefile
Message-ID:  <200103102038.f2AKcdg17236@portage.winternet.com>

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

>Number:         25658
>Category:       ports
>Synopsis:       typo in enlightenment/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 10 12:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Nathan Ahlstrom
>Release:        FreeBSD 4.3-BETA i386
>Organization:
Me
>Environment:
System: FreeBSD portage.winternet.com 4.3-BETA FreeBSD 4.3-BETA #0: Sat Mar 10 11:30:56 CST 2001 root@portage.winternet.com:/usr/obj/usr/src/sys/PORTAGE i386


>Description:
	CONFIGURE_ARGS misspelt in Alpha/XFREE86_VERSION = 3 case.
>How-To-Repeat:
	It would probably fail to build on an alpha?
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-wm/enlightenment/Makefile,v
retrieving revision 1.62
diff -u -r1.62 Makefile
--- Makefile	2001/02/02 11:17:18	1.62
+++ Makefile	2001/03/10 20:32:31
@@ -42,7 +42,7 @@
 .include <bsd.port.pre.mk>
 
 .if (${MACHINE} == "alpha") && (${XFREE86_VERSION} == 3)
-CONFIGURE_ARS+=	--disable-zoom
+CONFIGURE_ARGS+=	--disable-zoom
 .endif
 
 MAN1=		enlightenment.1
>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?200103102038.f2AKcdg17236>