diff options
author | steve <steve@FreeBSD.org> | 2000-07-10 10:05:24 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-10 10:05:24 +0800 |
commit | 4c05abfd153c8841e4269061a8105bbf57a06fb4 (patch) | |
tree | ef2c742b95dfca63bb51a0cc48b63fe80cd96372 /mail | |
parent | af88f3f94d2cd1ef774175d53ff3662aa5673242 (diff) | |
download | freebsd-ports-gnome-4c05abfd153c8841e4269061a8105bbf57a06fb4.tar.gz freebsd-ports-gnome-4c05abfd153c8841e4269061a8105bbf57a06fb4.tar.zst freebsd-ports-gnome-4c05abfd153c8841e4269061a8105bbf57a06fb4.zip |
Remove the definitionsn of EMACS_{NAME,VER,LIBDIR} as they are now in
bsd.emacs.mk.
PR: 19309
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wanderlust-emacs20/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/wanderlust-emacs20/Makefile b/mail/wanderlust-emacs20/Makefile index 4c33ae08e0ec..4c103eaef388 100644 --- a/mail/wanderlust-emacs20/Makefile +++ b/mail/wanderlust-emacs20/Makefile @@ -9,11 +9,12 @@ MAINTAINER= nobutaka@nobutaka.com MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs -EMACS_NAME= emacs EMACS_PORT_NAME= emacs20 -EMACS_VER= 20.6 -EMACS_LIBDIR= share/emacs IS_SLAVE= yes +.if !defined(WITHOUT_X11) && !defined(WITHOUT_BITMAP) +RUN_DEPENDS= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20 +.endif + .include <${MASTERDIR}/Makefile> |