diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-21 08:36:26 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-21 08:36:26 +0000 |
commit | cbcfde370cef7387a49256b282612ed53b30ccdb (patch) | |
tree | 6b04110a85d89148a3db54227de18de5bdef3f5b /mail/faces/Makefile | |
parent | - Update to 2.91 (diff) |
OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=454590
Diffstat (limited to '')
-rw-r--r-- | mail/faces/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 0ce4cfb01fe0..bdbc3ea8ea00 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -25,7 +25,7 @@ SOX_DESC= Sox audio support NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -OPTIONS_SUB= X11 +OPTIONS_SUB= yes X11_USE= GNOME=gtk12 X11_CPPFLAGS= -I../compface -I${LOCALBASE}/include |