diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-09-14 13:20:22 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-09-14 13:20:22 +0000 |
commit | 1f7871d9e5b1a28d5dcb25f19249f9984036af88 (patch) | |
tree | 21a2b9f2a2855001bf63974163e05e5d1eba3957 /security/starttls/Makefile | |
parent | f8dc587737798bae065a9cbceda3ddaa9bcf4386 (diff) | |
download | pkgsrc-1f7871d9e5b1a28d5dcb25f19249f9984036af88.tar.gz |
Remove emacs from dependencies because it may be used
by other programs. One example is ssmtp. ++pkgrevision
Diffstat (limited to 'security/starttls/Makefile')
-rw-r--r-- | security/starttls/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/starttls/Makefile b/security/starttls/Makefile index 60124f38e31..54c86d30799 100644 --- a/security/starttls/Makefile +++ b/security/starttls/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2012/07/17 23:19:19 cheusov Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/14 13:20:22 cheusov Exp $ # DISTNAME= starttls-0.10 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= security MASTER_SITES= ftp://opaopa.org/pub/elisp/ @@ -11,8 +11,6 @@ HOMEPAGE= ftp://opaopa.org/pub/elisp/ COMMENT= Simple wrapper program for STARTTLS on emacsen LICENSE= gnu-gpl-v2 -DEPENDS= emacs-[0-9]*:../../editors/emacs - PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake |