View | Details | Raw Unified | Return to bug 27843
Collapse All | Expand All

(-)/tmp/make.conf.5 (+45 lines)
Lines 727-732 Link Here
727
.Pq Vt bool
727
.Pq Vt bool
728
Set this if you are a resident of the USA so that ports that
728
Set this if you are a resident of the USA so that ports that
729
need to can attempt to comply with U.S. export regulations.
729
need to can attempt to comply with U.S. export regulations.
730
.It Va  WITH_ESOUND / WITHOUT_ESOUND
731
.Pq Vt bool
732
Set WITH_ESOUND to indicate that ports for which ESOUND support is optional
733
should use it.
734
Set WITHOUT_ESOUND to indicate that ports for which ESOUND support is
735
optional should not use it.
736
If neither is set, ESOUND support will be provided if the
737
.Pa audio/esound
738
package is already available.
739
.It Va WITH_GLIB / WITHOUT_GLIB
740
.Pq Vt bool
741
Set WITH_GLIB to indicate that ports for which GLIB is optional should
742
use it.
743
Set WITHOUT_GLIB to indicate that ports for which GLIB is optional
744
should not use it.
745
If neither is set, GLIB will be used if one of the
746
.Pa devel/glib
747
packages is already available.
748
.It Va WITH_GNOME / WITHOUT_GNOME
749
.Pq Vt bool
750
Set WITH_GNOME to indicate that ports for which GNOME support is optional
751
should use it.
752
Set WITHOUT_GNOME to indicate that ports for which GNOME support is
753
optional should not use it.
754
If neither is set, GNOME support will be provided if the
755
.Pa x11/gnome
756
package is already available.
757
.It Va WITH_GTK / WITHOUT_GTK
758
.Pq Vt bool
759
Set WITH_GTK to indicate that ports for which GTK is optional should
760
use it.
761
Set WITHOUT_GTK to indicate that ports for which GTK is optional
762
should not use it.
763
If neither is set, GTK will be used if one of the
764
.Pa x11-toolkits/gtk
765
packages is already available.
766
.It Va WITH_IMLIB / WITHOUT_IMLIB
767
.Pq Vt bool
768
Set WITH_IMLIB to indicate that ports for which IMLIB is optional should
769
use it.
770
Set WITHOUT_IMLIB to indicate that ports for which IMLIB is optional
771
should not use it.
772
If neither is set, IMLIB will be used if the
773
.Pa graphics/imlib
774
package is already available.
730
.It Va WRKDIRPREFIX
775
.It Va WRKDIRPREFIX
731
.Pq Vt str
776
.Pq Vt str
732
Where to create temporary files used when building ports.
777
Where to create temporary files used when building ports.

Return to bug 27843