diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:09:44 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:09:44 +0000 |
commit | 7ad72d866de6238af47cea8681f3b76a399387b3 (patch) | |
tree | 7b6b4fd5b99923692632fd981b9ce3134c458e4e /mail/exim | |
parent | 82f108df3064ff3c1a1e2286a12f648d68dae4cd (diff) |
Add USES=xorg USES=gl, ports categories l and m
Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes:
svn path=/head/; revision=516917
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 2163343024b3..04bbd475f3c6 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -46,6 +46,7 @@ AUTH_SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 BDB_USES= bdb DMARC_LIB_DEPENDS= libopendmarc.so:mail/opendmarc EMBEDDED_PERL_USE= perl5=run,build +EXIMON_USES= xorg EXIMON_USE= xorg=x11,xaw,xt GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls ICONV_USES= iconv:lib,build |