diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-26 00:09:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-26 00:09:57 +0800 |
commit | a8bfa44725ed3267395c27d4cea74c63fa2d9e9d (patch) | |
tree | d159563e7eebfc814ec0574627faeaf6f4b70b36 /editors | |
parent | cc9bc6df398d66426e15471d877097586c5b0a5a (diff) | |
download | freebsd-ports-gnome-a8bfa44725ed3267395c27d4cea74c63fa2d9e9d.tar.gz freebsd-ports-gnome-a8bfa44725ed3267395c27d4cea74c63fa2d9e9d.tar.zst freebsd-ports-gnome-a8bfa44725ed3267395c27d4cea74c63fa2d9e9d.zip |
Fix build without texinfo in base
Diffstat (limited to 'editors')
-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 |