diff options
author | arved <arved@FreeBSD.org> | 2005-01-12 15:25:23 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-01-12 15:25:23 +0800 |
commit | fe5e1b2e5b702271dcd6a07378697b20b59aa172 (patch) | |
tree | 3aefb5176507511e3a32c391e8b1c0ae9f12b2c7 /mail | |
parent | 0edd3e13669c8408f8db43534c3b44f68fc6f771 (diff) | |
download | freebsd-ports-gnome-fe5e1b2e5b702271dcd6a07378697b20b59aa172.tar.gz freebsd-ports-gnome-fe5e1b2e5b702271dcd6a07378697b20b59aa172.tar.zst freebsd-ports-gnome-fe5e1b2e5b702271dcd6a07378697b20b59aa172.zip |
Chase libgcrypt shared library version of ports with optional
dependency on libgcrypt.
Submitted by: philip
pointyhat to: arved
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmbiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 33980fb92ee5..d37e92c42857 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 |