From 097360c3e4d057cf2f861c3f1af3fa00b18e89d8 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Sat, 21 Feb 2004 00:59:01 +0000 Subject: [PATCH] remove xemacs flavours since this is supposed to be installed from sumo; per agreement on ports@, from cannings@ --- mail/mailcrypt/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile index 57acdc153e0..748e7b2eeff 100644 --- a/mail/mailcrypt/Makefile +++ b/mail/mailcrypt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2003/12/03 17:22:50 sturm Exp $ +# $OpenBSD: Makefile,v 1.13 2004/02/21 00:59:01 pvalchev Exp $ COMMENT= "emacs interface to PGP and GnuPG" @@ -16,16 +16,10 @@ PERMIT_DISTFILES_FTP= Yes CONFIGURE_STYLE= gnu dest -FLAVORS= emacs21 gnupg pgp pgp5 xemacs -FLAVOR?= emacs21 gnupg +FLAVORS= gnupg pgp pgp5 +FLAVOR?= gnupg -.if ${FLAVOR:L:Memacs21} BUILD_DEPENDS= :emacs-21.*:editors/emacs21 -.endif - -.if ${FLAVOR:L:Mxemacs} -BUILD_DEPENDS= :xemacs-21.*:editors/xemacs21 -.endif .if ${FLAVOR:L:Mgnupg} RUN_DEPENDS= :gnupg-*:security/gnupg