diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 06:00:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 06:00:49 +0800 |
commit | 3dcabc16ac5e5ca83f72fc1c54642f81cb2c1472 (patch) | |
tree | b90d1f9a7af6ea3fdaf2bcd6aaffd0123b8b4ed9 /editors | |
parent | 1d3e39b29b30622b8ab7338ac09639fbd7536db1 (diff) | |
download | freebsd-ports-gnome-3dcabc16ac5e5ca83f72fc1c54642f81cb2c1472.tar.gz freebsd-ports-gnome-3dcabc16ac5e5ca83f72fc1c54642f81cb2c1472.tar.zst freebsd-ports-gnome-3dcabc16ac5e5ca83f72fc1c54642f81cb2c1472.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 2475dfcee849..0b92d8c0d25d 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -43,7 +43,7 @@ XEMACS_VER= ${XEMACS_REL}.22 XEMACS_ARCH= ${CONFIGURE_TARGET} USE_BZIP2= yes -USES= gettext +USES= gettext makeinfo USE_CSTD= gnu89 USE_XORG= xpm xbitmaps xaw STRIP= |