diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 18:22:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 18:22:58 +0000 |
commit | c076f840bdcc8b8a6793be40be8c486db1379e37 (patch) | |
tree | 9ad1188673dc8b0fc472e84494b611ebe7b8489d /net/kismet/options.mk | |
parent | 7193cafcfc4756a5f6894b5188117d89bd8896aa (diff) | |
download | pkgsrc-c076f840bdcc8b8a6793be40be8c486db1379e37.tar.gz |
Improve pthread test and handle modular Xorg.
Diffstat (limited to 'net/kismet/options.mk')
-rw-r--r-- | net/kismet/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kismet/options.mk b/net/kismet/options.mk index 23a1496cf8c..c9ad46680f1 100644 --- a/net/kismet/options.mk +++ b/net/kismet/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1.1.1 2006/08/03 15:09:49 salo Exp $ +# $NetBSD: options.mk,v 1.2 2007/02/19 18:22:58 joerg Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.kismet @@ -13,5 +13,5 @@ DEPENDS+= wget>=1.9.1:../../net/wget .include "../../devel/gmp/buildlink3.mk" .include "../../graphics/ImageMagick/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .endif |