diff options
author | roy <roy@pkgsrc.org> | 2009-03-24 16:38:26 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2009-03-24 16:38:26 +0000 |
commit | de16eb90c1ecf8669a377b56890aeef0bd7b4113 (patch) | |
tree | c7fbfd04c6f6816f72f3875f4cf89118a4cf2fbe /net | |
parent | 73c9022be22efbe90f1d338139e21879793491c1 (diff) | |
download | pkgsrc-de16eb90c1ecf8669a377b56890aeef0bd7b4113.tar.gz |
We use pkg-config.
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcpcd-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dhcpcd-gtk/Makefile b/net/dhcpcd-gtk/Makefile index d1a1f503145..61f0cdfa38c 100644 --- a/net/dhcpcd-gtk/Makefile +++ b/net/dhcpcd-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/03/17 12:03:38 roy Exp $ +# $NetBSD: Makefile,v 1.4 2009/03/24 16:38:26 roy Exp $ # DISTNAME= dhcpcd-gtk-0.3.0 @@ -14,6 +14,7 @@ COMMENT= GTK+ systray monitor for dhcpcd PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c99 +USE_TOOLS+= pkg-config INSTALL_MAKE_FLAGS+= SYSCONFDIR=${PREFIX}/share/gnome/autostart |