diff options
Diffstat (limited to 'devel/dbus/Makefile')
-rw-r--r-- | devel/dbus/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index 6b475f96b..0c476229d 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/dbus/Makefile,v 1.32 2009/09/26 13:41:58 marcus Exp $ # PORTNAME= dbus @@ -36,6 +36,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ USE_RC_SUBR= dbus USE_GNOME_SUBR= yes +USERS= messagebus +GROUPS= messagebus + PLIST_SUB= VERSION="1.0" MAN1= dbus-cleanup-sockets.1 dbus-daemon.1 dbus-launch.1 \ |