aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-02-15 21:58:20 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-02-15 21:58:20 +0000
commit83b612c6dd6bc33ce1a67f2d4ba2845b6c6d3cbd (patch)
treed8803cf3caf0cfab30a123eb85cf6812550cc996 /cad
parent4a7ad4a70528cb8ec2b3940c7bfc4e7387b32bfc (diff)
downloadports-83b612c6dd6bc33ce1a67f2d4ba2845b6c6d3cbd.tar.gz
ports-83b612c6dd6bc33ce1a67f2d4ba2845b6c6d3cbd.zip
cad/geda: Update BUILD_DEPENDS to guile1 after upgrading guile to 3.X
Notes
Notes: svn path=/head/; revision=565347
Diffstat (limited to 'cad')
-rw-r--r--cad/geda/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index 159ff444ad16..b942e1ef1018 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -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 reference to g_input_stre
.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 \