- Adjust the gsasl dependency to the current shlib version.
- Bump PORTREVISION. PR: ports/16873 Submitted by: rakuco
This commit is contained in:
parent
b4d7f46da9
commit
25a8c7e707
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298876
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= dico
|
||||
PORTVERSION= 2.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -50,7 +50,7 @@ PLIST_SUB+= GUILE="@comment "
|
|||
.endif
|
||||
|
||||
.if defined(WITH_GSASL)
|
||||
LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl
|
||||
LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl
|
||||
CONFIGURE_ARGS+=--with-gsasl
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-gsasl
|
||||
|
|
Loading…
Reference in a new issue