Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  9 Sep 2001 20:35:02 +0900 (JST)
From:      SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30453: Update port: japanese/kdeaddons (fix dependency)
Message-ID:  <20010909113502.EFE23BA1F@sahiro.merseine.nu>

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

>Number:         30453
>Category:       ports
>Synopsis:       Update port: japanese/kdeaddons (fix dependency)
>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:   Sun Sep 09 04:40:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     SASAKI Katuhiro
>Release:        FreeBSD 4.4-RC i386
>Organization:
personal
>Environment:
>Description:
Fix the lack of listing dependency for audio/kdemultimedia2 in Makefile.

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/japanese/kdeaddons/Makefile kdeaddons/Makefile
--- /usr/ports/japanese/kdeaddons/Makefile	Tue Sep  4 23:16:24 2001
+++ kdeaddons/Makefile	Sun Sep  9 18:07:23 2001
@@ -18,7 +18,8 @@
 PATCHFILES=	kdeaddons-2.2-babelfish-ja-20010816.diff
 PATCH_DIST_STRIP=	-p1
 
-BUILD_DEPENDS=	${LOCALBASE}/include/kate/plugin.h:${PORTSDIR}/japanese/kdebase2
-RUN_DEPENDS=	kate:${PORTSDIR}/japanese/kdebase2
+LIB_DEPENDS=	noatun.0:${PORTSDIR}/audio/kdemultimedia2
+BUILD_DEPENDS=	${LOCALBASE}/lib/libkateinterfaces.so:${PORTSDIR}/japanese/kdebase2
+RUN_DEPENDS=	${LOCALBASE}/lib/libkateinterfaces.so:${PORTSDIR}/japanese/kdebase2
 
 .include "${MASTERDIR}/Makefile"


>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?20010909113502.EFE23BA1F>