Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/security/starttls/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/security/starttls/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- pkgsrc/security/starttls/Makefile 2012/07/15 11:12:21 1.7 +++ pkgsrc/security/starttls/Makefile 2012/07/17 18:08:02 1.8 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2012/07/15 11:12:21 cheusov Exp $ +# $NetBSD: Makefile,v 1.8 2012/07/17 18:08:02 cheusov Exp $ # DISTNAME= starttls-0.10 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= security MASTER_SITES= ftp://opaopa.org/pub/elisp/ @@ -11,12 +11,14 @@ 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 GNU_CONFIGURE= yes -.include "../../editors/emacs/modules.mk" +MAKE_FLAGS= lisp_LISP= .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk"