diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-29 20:51:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-29 20:51:02 +0800 |
commit | db2e6b820632c5668d822309ec1f24ecf73ca4d3 (patch) | |
tree | 0600af1e2a0b62735cc47d13b8d0d3fa2c624de6 /editors | |
parent | 5dd53888be5ec55472ed957383043fed6a519ed8 (diff) | |
download | freebsd-ports-graphics-db2e6b820632c5668d822309ec1f24ecf73ca4d3.tar.gz freebsd-ports-graphics-db2e6b820632c5668d822309ec1f24ecf73ca4d3.tar.zst freebsd-ports-graphics-db2e6b820632c5668d822309ec1f24ecf73ca4d3.zip |
Allow to build with texinfo from ports
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 027d1e1cc18..2f1ae5efb13 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -25,7 +25,7 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* emacs22-[0-9]* emacs23-[0-9]* \ EMACS_VER= 24.4.50 EMACS_REV= 117036 GNU_CONFIGURE= yes -USES= ncurses pkgconfig gmake shebangfix tar:xz +USES= gmake makeinfo ncurses pkgconfig shebangfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO_PATH= ${DATADIR_REL}/info |