svn commit: r368565 - head/archivers/rpm4

Johan van Selst johans at FreeBSD.org
Fri Sep 19 14:20:53 UTC 2014


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}


More information about the svn-ports-head mailing list