aboutsummaryrefslogtreecommitdiff
path: root/security/starttls/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-03-22 04:39:07 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-03-22 04:39:07 +0000
commitbb8a3afeec6350d72798fb692ac904f41288e748 (patch)
treef4ba2d029259589a0c1bd0f2d7bef667a6aa6b3b /security/starttls/Makefile
parentfb9d33757a30b4f48bb9b2354d8b900766777a8f (diff)
downloadports-bb8a3afeec6350d72798fb692ac904f41288e748.tar.gz
ports-bb8a3afeec6350d72798fb692ac904f41288e748.zip
Upgrade to 0.10 which fixes a bug in previous version.
Reported by: ume
Notes
Notes: svn path=/head/; revision=104897
Diffstat (limited to 'security/starttls/Makefile')
-rw-r--r--security/starttls/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/starttls/Makefile b/security/starttls/Makefile
index f976a5f36bdb..a8dabb80d292 100644
--- a/security/starttls/Makefile
+++ b/security/starttls/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= starttls
-PORTVERSION= 0.9
-PORTREVISION= 1
+PORTVERSION= 0.10
CATEGORIES= security
MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/
@@ -15,6 +14,7 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Simple wrapper program for STARTTLS on ${EMACS_PORT_NAME}
GNU_CONFIGURE= yes
+USE_GMAKE= yes
EMACS_PORT_NAME?= emacs21
.include <bsd.port.mk>