Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 14:20:53 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368565 - head/archivers/rpm4
Message-ID:  <201409191420.s8JEKr8F046860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Fri Sep 19 14:20:53 2014
New Revision: 368565
URL: http://svnweb.freebsd.org/changeset/ports/368565
QAT: https://qat.redports.org/buildarchive/r368565/

Log:
  Remove dbus option, which has no effect
  
  Submitted by:	tijl

Modified:
  head/archivers/rpm4/Makefile

Modified: head/archivers/rpm4/Makefile
==============================================================================
--- head/archivers/rpm4/Makefile	Fri Sep 19 14:08:10 2014	(r368564)
+++ head/archivers/rpm4/Makefile	Fri Sep 19 14:20:53 2014	(r368565)
@@ -53,8 +53,7 @@ CONFIGURE_ARGS+=--with-external-db \
 		--with-popt-prefix="${LOCALBASE}" \
 		--sysconfdir=${PREFIX}/etc \
 		--localstatedir=/var \
-		--without-javaglue \
-		--without-dbus
+		--without-javaglue
 CONFIGURE_ENV+=	LUA_CFLAGS=-I${LUA_INCDIR} \
 		LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER} -lm"
 PLIST_SUB+=	VERSION=${PORTVERSION}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409191420.s8JEKr8F046860>