svn commit: r565352 - head/math/drgeo

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Feb 15 23:11:10 UTC 2021


Author: bofh
Date: Mon Feb 15 23:11:10 2021
New Revision: 565352
URL: https://svnweb.freebsd.org/changeset/ports/565352

Log:
  math/drgeo: Update LIB_DEPENDS to guile1 after upgrading guile to 3.X

Modified:
  head/math/drgeo/Makefile

Modified: head/math/drgeo/Makefile
==============================================================================
--- head/math/drgeo/Makefile	Mon Feb 15 23:02:17 2021	(r565351)
+++ head/math/drgeo/Makefile	Mon Feb 15 23:11:10 2021	(r565352)
@@ -3,7 +3,7 @@
 
 PORTNAME=	drgeo
 PORTVERSION=	1.1.0
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	math
 MASTER_SITES=	SF/ofset/${PORTNAME}/${PORTVERSION}
 
@@ -13,7 +13,7 @@ COMMENT=	GTK interactive geometry software
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libguile.so:lang/guile
+LIB_DEPENDS=	libguile.so:lang/guile1
 
 USES=		compiler:c++11-lang gettext gmake gnome localbase:ldflags \
 		pathfix pkgconfig


More information about the svn-ports-all mailing list