diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 11:02:07 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 11:02:07 +0000 |
commit | f672b8cfe6f4f6b2f1af20b60c9612910c428207 (patch) | |
tree | 0de602f098e477f6ed27b73ba07b3bc5fdd00f17 /editors/emacs23 | |
parent | ea098ec9f376e9714997584848bcbe661f49fa6f (diff) | |
download | ports-f672b8cfe6f4f6b2f1af20b60c9612910c428207.tar.gz ports-f672b8cfe6f4f6b2f1af20b60c9612910c428207.zip |
Allow to build with texinfo from ports
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=359329
Diffstat (limited to 'editors/emacs23')
-rw-r--r-- | editors/emacs23/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 5719e3762f2e..0944c1362167 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -28,7 +28,7 @@ CONFLICTS= emacs-19.* emacs21-* emacs22-* emacs24-* \ EMACS_VER= 23.4 GNU_CONFIGURE= yes -USES= ncurses gmake pkgconfig +USES= gmake makeinfo ncurses pkgconfig USE_BZIP2= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |