Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2002 13:53:14 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lioux@FreeBSD.org
Subject:   ports/39453: net/edonkey-gui-gtk: fix Makefile
Message-ID:  <20020618035314.A49EE6A711E@k7.mavetju>

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

>Number:         39453
>Category:       ports
>Synopsis:       net/edonkey-gui-gtk: fix Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 17 21:00:07 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

$FreeBSD: ports/net/edonkey-gui-gtk/Makefile,v 1.4 2002/06/17 04:15:27 lioux Exp $

>Description:

Make complains about unexpected ('s:
[/usr/ports/net/edonkey-gui-gtk] root@k7>make
Syntax error: "(" unexpected
*** Error code 2

>How-To-Repeat:

trivial

>Fix:

--- Makefile.old        Tue Jun 18 13:48:40 2002
+++ Makefile    Tue Jun 18 13:48:08 2002
@@ -57,7 +57,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 450006 || ${OSVERSION} >= 500000
-BROKEN=        only available for 4.X-STABLE (post 4.6 Release)
+BROKEN=        "only available for 4.X-STABLE (post 4.6 Release)"
 .endif
 
 .include <bsd.port.post.mk>
>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?20020618035314.A49EE6A711E>