1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Make sure we start after ldconfig is run. So we can find stuff in /usr/local.

I haven't see this myself but it doesn't hurt to do it correctly.

PR:		196274
Submitted by:	mandree@ Craig Wiesen <ctyz1999+bugzilla@gmail.com>
This commit is contained in:
Koop Mast 2015-01-15 11:50:25 +00:00
parent 0d7673df36
commit c587d45b7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377084
2 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/dbus/Makefile,v 1.58 2013/02/15 15:06:49 kwm Exp $
PORTNAME= dbus
PORTVERSION= 1.8.12
PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/

View File

@ -3,7 +3,7 @@
# $FreeBSD$
#
# PROVIDE: dbus
# REQUIRE: DAEMON
# REQUIRE: DAEMON ldconfig
#
# Add the following lines to /etc/rc.conf to enable the D-BUS messaging system:
#