diff options
-rw-r--r-- | mail/wmbiff/Makefile | 3 | ||||
-rw-r--r-- | textproc/libxslt/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 33980fb..d37e92c 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= wmbiff PORTVERSION= 0.4.26 +PORTREVISION= 1 CATEGORIES= mail windowmaker afterstep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +22,7 @@ OPTIONS= GNUTLS "Support for SSL" off .include <bsd.port.pre.mk> .ifdef WITH_GNUTLS -LIB_DEPENDS+= gcrypt.12:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt \ gnutls.12:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --disable-crypto diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 70f8fb4..33d869f7 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxslt PORTVERSION= 1.1.12 +PORTREVISION= 1 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 @@ -47,7 +48,7 @@ WITH_GCRYPT= yes .endif .if defined(WITH_GCRYPT) -LIB_DEPENDS+= gcrypt.12:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt .endif pre-everything:: |