diff options
author | hasso <hasso> | 2008-11-20 14:14:32 +0000 |
---|---|---|
committer | hasso <hasso> | 2008-11-20 14:14:32 +0000 |
commit | 13b0951a93cab844c98084c6fff7280fafd822d5 (patch) | |
tree | e2505a0e7a2ce27810e6d6c46a74c1bd5ed94de3 /net | |
parent | 717c16be5a02c9062479ea882a763b4ee27f689a (diff) | |
download | pkgsrc-13b0951a93cab844c98084c6fff7280fafd822d5.tar.gz |
Needs pkg-config.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-DBus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-DBus/Makefile b/net/p5-Net-DBus/Makefile index f89275c6e9a..80c526183d1 100644 --- a/net/p5-Net-DBus/Makefile +++ b/net/p5-Net-DBus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/15 18:27:22 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2008/11/20 14:14:32 hasso Exp $ # DISTNAME= Net-DBus-0.33.6 @@ -13,6 +13,8 @@ COMMENT= Perl extension for the DBus message system PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= pkg-config + PERL5_PACKLIST= auto/Net/DBus/.packlist .include "../../sysutils/dbus/buildlink3.mk" |