Fix previous commit in which I included the wrong

shared library version for libgcrypt.

Pointyhat to:	me
Reported by:	swills@
This commit is contained in:
Sahil Tandon 2011-07-04 04:29:26 +00:00
parent 5242f58159
commit e2b6a478d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277030
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ PLIST_SUB+= DISK="@comment "
.if defined(WITH_GCRYPT)
CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE}
LIB_DEPENDS+= gcrypt.17:${PORTSDIR}/security/libgcrypt
LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt
.endif
.if defined(WITH_NUTUPS)

View File

@ -225,7 +225,7 @@ PLIST_SUB+= DISK="@comment "
.if defined(WITH_GCRYPT)
CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE}
LIB_DEPENDS+= gcrypt.17:${PORTSDIR}/security/libgcrypt
LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt
.endif
.if defined(WITH_NUTUPS)