svn commit: r526897 - head/net/gnu-dico

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 23 08:07:57 UTC 2020


Author: sunpoet
Date: Sun Feb 23 08:07:53 2020
New Revision: 526897
URL: https://svnweb.freebsd.org/changeset/ports/526897

Log:
  Update LIB_DEPENDS after splitting gsasl library into libgsasl
  
  - Bump PORTREVISION for dependency change

Modified:
  head/net/gnu-dico/Makefile

Modified: head/net/gnu-dico/Makefile
==============================================================================
--- head/net/gnu-dico/Makefile	Sun Feb 23 08:07:48 2020	(r526896)
+++ head/net/gnu-dico/Makefile	Sun Feb 23 08:07:53 2020	(r526897)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dico
 PORTVERSION=	2.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net textproc
 MASTER_SITES=	GNU
 PKGNAMEPREFIX=	gnu-
@@ -39,7 +39,7 @@ GUILE_CONFIGURE_OFF=	--without-guile
 PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
 PCRE_CONFIGURE_OFF=	--without-pcre
 
-GSASL_LIB_DEPENDS=	libgsasl.so:security/gsasl
+GSASL_LIB_DEPENDS=	libgsasl.so:security/libgsasl
 GSASL_CONFIGURE_WITH=	gsasl
 
 PAM_CONFIGURE_ENABLE=	pam


More information about the svn-ports-head mailing list