diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 16:09:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 16:09:57 +0000 |
commit | 68980746fa3e2beefe9df03dedd4af2ae98fdde3 (patch) | |
tree | d159563e7eebfc814ec0574627faeaf6f4b70b36 /editors/emacs | |
parent | 3347e6b806412be191c44bc3ef041bef7d130a2a (diff) | |
download | ports-68980746fa3e2beefe9df03dedd4af2ae98fdde3.tar.gz ports-68980746fa3e2beefe9df03dedd4af2ae98fdde3.zip |
Notes
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index b32e552f850d..1924fe6bbca2 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -28,7 +28,7 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* emacs22-[0-9]* emacs23-[0-9]* \ EMACS_VER= 24.3 GNU_CONFIGURE= yes -USES= ncurses gmake pkgconfig shebangfix tar:xz +USES= ncurses gmake makeinfo pkgconfig shebangfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO_PATH= ${DATADIR_REL}/info |