diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-28 10:35:47 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-28 10:35:47 -0500 |
commit | 7b07fc82ab7ec4a7d5e72f3c570acefbb5beb214 (patch) | |
tree | e33cc4185fb32a877f3b73348d5bb4f7b538ad51 /blfs/Extras.Makefile | |
parent | 955512f34f81cb28ae20401d4d4e08baabb26b94 (diff) |
Cleanup target spelling/capitalization mistakes and uncomment all optional deps not dealing with testing or external to BLFS.
Diffstat (limited to 'blfs/Extras.Makefile')
-rw-r--r-- | blfs/Extras.Makefile | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/blfs/Extras.Makefile b/blfs/Extras.Makefile index f1da423..d971620 100644 --- a/blfs/Extras.Makefile +++ b/blfs/Extras.Makefile @@ -7,41 +7,42 @@ all : $(extratargets) Cups-Extras : @echo $@ -Cups-filters : ghostscript mupdf PHP # Cups GLib LCMS2 Poppler Qpdf \ +Cups-filters : ghostscript mupdf PHP Cups GLib LCMS2 Poppler Qpdf \ dejavu-fonts libjpeg-turbo libpng libtiff Avahi OpenLDAP @echo $@ -Cyrus-SASL-Extras : # Linux-PAM MariaDB MIT_Kerberos-keyutils OpenLDAP \ +Cyrus-SASL-Extras : Linux-PAM MariaDB MIT_Kerberos-keyutils OpenLDAP \ PostgreSQL @echo $@ -GTK3-Extras : adwaita-icon-theme # colord Cups PyAtSpi2 rest - -Apache : # Apr-Util PCRE Brotli Berkeley_DB Doxygen libxml2 Lua54 Lynx Links \ - nghttp2 OpenLDAP rsync +GTK3-Extras : adwaita-icon-theme colord Cups rest # PyAtSpi2 @echo $@ -Enscript : +ImageMagick-Extras : Enscript Gimp Inkscape @echo $@ -ImageMagick-Extras : Enscript Gimp Inkscape +OpenLDAP-Extras : GnuTLS MariaDB PostgreSQL unixODBC # Pth @echo $@ -OpenLDAP-Extras : # GnuTLS MariaDB PostgreSQL unixODBC Pth +Pixman-Extras : GTK2 libpng # both for tests and demos @echo $@ # libsoup graphviz cups cups-filters can use PHP PHP : + @echo $@ "- WIP: Many dependencies" + +Subversion-Extras : Apache apache-ant Boost Cyrus-SASL Doxygen \ + java Ruby Serf SWIG # gnome-keyring libsecret LZ4 UTF8proc dbus @echo $@ -Subversion-Extras : Apache # apache-ant Boost Cyrus-SASL dbus-xorglib Doxygen \ - gnome-keyring java libsecret Ruby SWIG LZ4 UTF8proc +adwaita-icon-theme : Inkscape git GTK2 GTK3 librsvg @echo $@ -Pixman-Extras : # GTK2 and libpng for tests and demos +Apache : Apr-Util PCRE Brotli Berkeley_DB Doxygen libxml2 Lua54 Lynx Links \ + nghttp2 OpenLDAP rsync @echo $@ -adwaita-icon-theme : Inkscape # git GTK2 GTK3 librsvg +Enscript : @echo $@ GDL : # GTK3 @@ -73,5 +74,8 @@ mupdf : # GLU Xorg-Libs HarfBuzz libjpeg-turbo OpenJPEG cURL xdg-utils Python2-libxml2 : # libxml2 Python2 @echo $@ +rest : make-ca libsoup gobject-introspection GTK-Doc + @echo $@ + Scour : # six @echo $@ |