diff options
Diffstat (limited to 'editors/flim-mule/Makefile')
-rw-r--r-- | editors/flim-mule/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/editors/flim-mule/Makefile b/editors/flim-mule/Makefile index 893f2c0..b3a0c51 100644 --- a/editors/flim-mule/Makefile +++ b/editors/flim-mule/Makefile @@ -13,18 +13,10 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../../editors/flim-emacs # emacs port setup -EMACS_NAME= mule -EMACS_PORT= mule -EMACS_VER= 19.34 -EMACS_LIBDIR= share/${EMACS_NAME} -EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} +EMACS_PORT_NAME= mule -# whether emacs has a *-common port -HAS_COMMON_PORT= YES # whether emacs requires *-setupel.el REQUIRE_SETUPEL= YES -# whether emacs has mule feature -HAS_MULE= YES # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg |