Skip site navigation (1)Skip section navigation (2)
Date:      6 Feb 2001 23:45:09 -0000
From:      daemus@evilcode.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24915: typo in ports/devel/kdevelop/Makefile
Message-ID:  <20010206234509.12443.qmail@pure.evilcode.com>

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

>Number:         24915
>Category:       ports
>Synopsis:       typo in ports/devel/kdevelop/Makefile
>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:   Tue Feb 06 15:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Daemus
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
>Environment:

ports collection updated from cvsup.freebsd.org at 3:15 p.m., PST

>Description:

The RUN_DEPENDS variable in ports/devel/kdevelop/Makefile contains
a typo in the path to automake

>How-To-Repeat:

update ports/devel/kdevelop

>Fix:

Apply the following patch in ports/devel/kdevelop

--- Makefile	Wed Jan 31 22:51:30 2001
+++ Makefile.new	Tue Feb  6 15:13:14 2001
@@ -18,7 +18,7 @@
 LIB_DEPENDS=	kdeui.3:${PORTSDIR}/x11/kdelibs11
 .if defined(WITH_OPTIONAL_DEPENDS)
 RUN_DEPENDS+=	autoconf:${PORTSDIR}/devel/autoconf \
-		automake:${PORTSDIR}/deve/automake \
+		automake:${PORTSDIR}/devel/automake \
 		kdbg:${PORTSDIR}/devel/kdbg \
 		${LOCALBASE}/share/doc/HTML/en/kdelibs/kdecore/index.html:${PORTSDIR}/devel/kdelibdocs \
 		ktranslator:${PORTSDIR}/devel/ktranslator \

>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?20010206234509.12443.qmail>