diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index c6df4527326..faaf882e8b1 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.80 2013/06/20 06:54:36 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.81 2014/03/24 18:19:21 ajacoutot Exp $ SHARED_ONLY= Yes @@ -47,7 +47,6 @@ CONFIGURE_ARGS= --with-service-path=${LOCALBASE}/libexec/cyrus-imapd \ --enable-idled \ --enable-murder \ --enable-nntp \ - --without-libwrap \ --without-zephyr \ --without-snmp \ --with-perl \ diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 5d93852c4a0..50ea255ee56 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.69 2014/01/28 09:02:12 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.70 2014/03/24 18:19:21 ajacoutot Exp $ SHARED_ONLY= Yes @@ -77,7 +77,6 @@ CONFIGURE_ARGS= --enable-smartalloc \ --with-archivedir=/tmp \ --with-sbin-perm=755 \ --without-x \ - --without-tcp-wrappers \ --without-smtp-host \ --without-job-email \ --without-dump-email \ diff --git a/x11/gnome/gdm/Makefile b/x11/gnome/gdm/Makefile index 46be7994dd2..1a6dbcdb5b4 100644 --- a/x11/gnome/gdm/Makefile +++ b/x11/gnome/gdm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.191 2014/03/16 09:12:24 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.192 2014/03/24 18:19:21 ajacoutot Exp $ # XXX configuring GDM from gnome-cc does not work @@ -71,8 +71,7 @@ CONFIGURE_ARGS= --disable-static \ --with-group=_gdm \ --with-console-kit \ --with-xauth-dir=/var/run/gdm \ - --with-initial-vt=05 \ - --without-tcp-wrappers + --with-initial-vt=05 pre-configure: perl -pi -e 's,root:root,root:wheel,g;' \