diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 02:08:19 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 02:08:19 +0000 |
commit | 55549e44dbab7cb73a88e99ccf5f156bd03a0587 (patch) | |
tree | 7e63b8c95d840b9e139bcb2e75c38419015fee0e | |
parent | Remove the definitionsn of EMACS_{NAME,VER,LIBDIR} as they are now in (diff) |
Remove the definitionsn of EMACS_{NAME,VER,LIBDIR} as they are now in
bsd.emacs.mk.
PR: 19310
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=30397
-rw-r--r-- | mail/wanderlust-mule/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
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> |