diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-20 15:49:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-20 15:49:20 +0800 |
commit | f1422e6204c787ae72cce883355eb967b0b99025 (patch) | |
tree | 22ec90df777181405816df96d9096b5000da2dc7 /mail/mailcrypt/Makefile | |
parent | 37f6b7d873b237c1155bdd5a3b2ecaeb841558aa (diff) | |
download | freebsd-ports-gnome-f1422e6204c787ae72cce883355eb967b0b99025.tar.gz freebsd-ports-gnome-f1422e6204c787ae72cce883355eb967b0b99025.tar.zst freebsd-ports-gnome-f1422e6204c787ae72cce883355eb967b0b99025.zip |
- Update to 3.5.9
Changes: http://mailcrypt.cvs.sourceforge.net/viewvc/mailcrypt/mailcrypt/ChangeLog?pathrev=release-3_5_9
Diffstat (limited to 'mail/mailcrypt/Makefile')
-rw-r--r-- | mail/mailcrypt/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile index 2dbf182ca58f..8fe6c7d66db5 100644 --- a/mail/mailcrypt/Makefile +++ b/mail/mailcrypt/Makefile @@ -6,20 +6,19 @@ # PORTNAME= mailcrypt -PORTVERSION= 3.5.8 -PORTREVISION= 6 +PORTVERSION= 3.5.9 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= An Emacs/PGP interface -USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 - GNU_CONFIGURE= yes -USE_GMAKE= yes MAKE_ARGS= lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} +USE_AUTOTOOLS= autoconf +USE_EMACS= yes +USE_GMAKE= yes + INFO= mailcrypt .include <bsd.port.mk> |