From 804c3bb13e8dcf9e249547cc4ebca63c61411ad8 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 10 Jul 2000 02:08:19 +0000 Subject: Remove the definitionsn of EMACS_{NAME,VER,LIBDIR} as they are now in bsd.emacs.mk. PR: 19310 Submitted by: maintainer --- mail/wanderlust-mule/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'mail') diff --git a/mail/wanderlust-mule/Makefile b/mail/wanderlust-mule/Makefile index fd0461835024..6723e07b30da 100644 --- a/mail/wanderlust-mule/Makefile +++ b/mail/wanderlust-mule/Makefile @@ -9,15 +9,13 @@ MAINTAINER= nobutaka@nobutaka.com MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs -EMACS_NAME= mule EMACS_PORT_NAME= mule -EMACS_VER= 19.34 MULE_VER= 2.3 -EMACS_LIBDIR= share/mule -EMACS_LIBDIR_WITH_VER= share/mule/${EMACS_VER} - -HAVE_COMMON_PORT= yes IS_SLAVE= yes +.if !defined(WITHOUT_X11) && !defined(WITHOUT_BITMAP) +RUN_DEPENDS= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-mule +.endif + .include <${MASTERDIR}/Makefile> -- cgit