Skip to content

Commit

Permalink
emacs-mac-app: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy committed Jun 10, 2018
1 parent 962b6d7 commit db31c7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aqua/emacs-mac-app/Portfile
Expand Up @@ -42,7 +42,11 @@ use_autoreconf yes
autoreconf.cmd ./autogen.sh
autoreconf.args all

depends_build port:autoconf port:automake port:libtool port:texinfo
depends_build port:autoconf \
port:automake \
port:libtool \
port:pkgconfig \
port:texinfo

configure.args --with-mac \
--enable-mac-app=${applications_dir} \
Expand Down

0 comments on commit db31c7a

Please sign in to comment.