Missing build dependency on devel/libtool.
breakage reported by Pavel Korovin
This commit is contained in:
parent
ea1f1ea710
commit
ed97fa54f4
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.49 2015/08/15 11:12:54 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.50 2015/08/17 07:10:34 ajacoutot Exp $
|
||||
|
||||
COMMENT= framework for defining and tracking users, sessions & seats
|
||||
|
||||
@ -42,7 +42,8 @@ FAKE_FLAGS= DBUS_SYS_DIR=${TRUEPREFIX}/share/examples/consolekit/dbus-1 \
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
|
Loading…
Reference in New Issue
Block a user