[145297] trunk/dports/lang/sml-mode.el/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Jan 30 20:44:38 PST 2016


Revision: 145297
          https://trac.macports.org/changeset/145297
Author:   mcalhoun at macports.org
Date:     2016-01-30 20:44:38 -0800 (Sat, 30 Jan 2016)
Log Message:
-----------
sml-mode.el: allow any MacPorts emacs to build elc files (fixes #38740)

Modified Paths:
--------------
    trunk/dports/lang/sml-mode.el/Portfile

Modified: trunk/dports/lang/sml-mode.el/Portfile
===================================================================
--- trunk/dports/lang/sml-mode.el/Portfile	2016-01-31 04:40:30 UTC (rev 145296)
+++ trunk/dports/lang/sml-mode.el/Portfile	2016-01-31 04:44:38 UTC (rev 145297)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup          elisp 1.0
 
 name               sml-mode.el
 version            4.1
@@ -21,12 +22,12 @@
 
 supported_archs    noarch
 
-depends_lib        port:emacs
+depends_lib-append path:${emacs_binary}:${emacs_binary_provider}
 
 patchfiles         patch-sml-compat.el.diff
 
 use_configure      no
-build.target       elcfiles
+build.target       elcfiles EMACS=${emacs_binary}
 destroot.target    install_elc install_el prefix=${destroot}${prefix}
 
 variant docs description {Install extra documentation} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160130/dd94b55b/attachment.html>


More information about the macports-changes mailing list