Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2001 18:50:01 GMT
From:      bruno@tinkerbox.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29339: missing dependency in libgeda Makefile
Message-ID:  <200107301850.f6UIo1e00739@duron.bschwand.net>

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

>Number:         29339
>Category:       ports
>Synopsis:       missing dep in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 30 19:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     bruno
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
tinkerbox.org
>Environment:
System: FreeBSD duron.bschwand.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue May 1 10:50:14 GMT 2001 bruno@duron.bschwand.net:/usr/obj/usr/src/sys/MYKERNEL i386

>Description:
	libgeda was missing a dependency lib.
>How-To-Repeat:
	without guile installed:
	cd /usr/ports/cad/libgeda;make install
>Fix:
--- Makefile	Mon Jul 30 18:25:37 2001
+++ Makefile.new	Mon Jul 30 18:26:52 2001
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	geda
+# New ports collection makefile for:	libgeda
 # Date created:			4 April 2001
 # Whom:				bruno schwander <bruno@tinkerbox.org>
 #
@@ -14,7 +14,8 @@
 
 MAINTAINER=	bruno@tinkerbox.org
 
-LIB_DEPENDS=	gdgeda.4:${PORTSDIR}/graphics/libgdgeda
+LIB_DEPENDS=	gdgeda.4:${PORTSDIR}/graphics/libgdgeda \
+		guile.9:${PORTSDIR}/lang/guile
 
 USE_LIBTOOL=	yes
 USE_AUTOCONF=	yes

>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?200107301850.f6UIo1e00739>