diff options
-rw-r--r-- | net/dhcpcd-dbus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dhcpcd-dbus/Makefile b/net/dhcpcd-dbus/Makefile index a43b1f6cf2a..e7826a18ed3 100644 --- a/net/dhcpcd-dbus/Makefile +++ b/net/dhcpcd-dbus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/03/17 12:03:08 roy Exp $ +# $NetBSD: Makefile,v 1.3 2009/03/17 18:59:00 hasso Exp $ # DISTNAME= dhcpcd-dbus-0.3.0 @@ -13,6 +13,7 @@ COMMENT= DBus binding for dhcpcd PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c99 +USE_TOOLS+= pkg-config EGDIR= ${PREFIX}/share/examples/dhcpcd-dbus INSTALL_MAKE_FLAGS+= SYSCONFDIR=${EGDIR} |