diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-28 09:11:04 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-28 09:11:04 -0500 |
commit | a622c3cf988fec2345d4436f244716210a42cb87 (patch) | |
tree | 7d2ad26b7c6623850a775f02793e9975a1657960 | |
parent | dab368f9c5b09b5afc9412dab9a01cc59224a7d9 (diff) |
Add Enscript.
-rw-r--r-- | blfs/Extras.Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/blfs/Extras.Makefile b/blfs/Extras.Makefile index 5c6f850..f1da423 100644 --- a/blfs/Extras.Makefile +++ b/blfs/Extras.Makefile @@ -21,7 +21,10 @@ Apache : # Apr-Util PCRE Brotli Berkeley_DB Doxygen libxml2 Lua54 Lynx Links \ nghttp2 OpenLDAP rsync @echo $@ -ImageMagick-Extras : Gimp Inkscape +Enscript : + @echo $@ + +ImageMagick-Extras : Enscript Gimp Inkscape @echo $@ OpenLDAP-Extras : # GnuTLS MariaDB PostgreSQL unixODBC Pth |