diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-11 08:27:46 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-11 08:27:46 +0000 |
commit | e11a3c9c6d7ff3cef4bc3b5d4791fd1720ca6b56 (patch) | |
tree | 675a25ebf619b23654d0c238f4edd0a8a41151be /mail/anubis/Makefile | |
parent | 00ddc21c3e1493f2d480d472f27f77671393a228 (diff) | |
download | FreeBSD-ports-e11a3c9c6d7ff3cef4bc3b5d4791fd1720ca6b56.zip FreeBSD-ports-e11a3c9c6d7ff3cef4bc3b5d4791fd1720ca6b56.tar.gz |
- Update to 3.6.0
- Project moved to GNU - update MASTER_SITE and pkg-descr
- Even though Anubis now uses GnuTLS by default, the port still
default to using OpenSSL instead (GnuTLS support will come later)
PR: 45174
Submitted by: maintainer
Diffstat (limited to 'mail/anubis/Makefile')
-rw-r--r-- | mail/anubis/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 00dfe3f..152113d 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -18,9 +18,9 @@ ########################################################################### PORTNAME= anubis -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sergei@kolobov.com @@ -34,10 +34,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAKEINFO="makeinfo --no-split" # OpenSSL -.if defined(WITHOUT_OPENSSL) -CONFIGURE_ARGS+= --without-openssl -.else +.if !defined(WITHOUT_OPENSSL) USE_OPENSSL= yes +CONFIGURE_ARGS+= --with-openssl .endif # GPGME |