diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 15:32:36 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 15:32:36 +0800 |
commit | 93d55781458c8cb3b5a52a152ee8cc765b0801db (patch) | |
tree | e70f93e28daf424324f3dafdf2b6fba1d1c46e01 /editors | |
parent | 306dae88436f737f564bc7ed7cf2935ff24a60e8 (diff) | |
download | freebsd-ports-gnome-93d55781458c8cb3b5a52a152ee8cc765b0801db.tar.gz freebsd-ports-gnome-93d55781458c8cb3b5a52a152ee8cc765b0801db.tar.zst freebsd-ports-gnome-93d55781458c8cb3b5a52a152ee8cc765b0801db.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ne/Makefile | 2 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index d9f5a9846c88..adf49a57a169 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv3 BUILD_WRKSRC= ${WRKSRC}/src -USES= gmake perl5 +USES= gmake makeinfo perl5 USE_PERL5= build MAKEFILE= makefile ALL_TARGET= ${PORTNAME} diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 67b575b9b526..a4f8ec1301af 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -22,7 +22,7 @@ XEMACS_REL= 21.4 XEMACS_VER= 21.4.22 XEMACS_ARCH= ${CONFIGURE_TARGET} -USE_BZIP2= yes +USES= makeinfo tar:bzip2 USE_CSTD= gnu89 WANT_GNOME= yes STRIP= |