Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 2021 21:58:21 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565347 - head/cad/geda
Message-ID:  <202102152158.11FLwLen063430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Mon Feb 15 21:58:20 2021
New Revision: 565347
URL: https://svnweb.freebsd.org/changeset/ports/565347

Log:
  cad/geda: Update BUILD_DEPENDS to guile1 after upgrading guile to 3.X

Modified:
  head/cad/geda/Makefile

Modified: head/cad/geda/Makefile
==============================================================================
--- head/cad/geda/Makefile	Mon Feb 15 21:57:34 2021	(r565346)
+++ head/cad/geda/Makefile	Mon Feb 15 21:58:20 2021	(r565347)
@@ -4,7 +4,7 @@
 PORTNAME=	geda
 PORTVERSION=	1.8.2
 DISTVERSIONPREFIX=gaf-
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	cad
 MASTER_SITES=	http://ftp.geda-project.org/${PORTNAME}-gaf/stable/v${PORTVERSION:R}/${PORTVERSION}/
@@ -19,7 +19,7 @@ BROKEN=		ld: error: ../src/.libs/libgeda.so: undefined
 .endif
 
 LIB_DEPENDS=	libstroke.so:devel/libstroke \
-		libguile.so:lang/guile
+		libguile.so:lang/guile1
 RUN_DEPENDS=	gawk:lang/gawk\
 
 USES=		desktop-file-utils gettext gmake gnome libtool pathfix perl5 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102152158.11FLwLen063430>