diff options
author | markd <markd@pkgsrc.org> | 2009-02-11 21:27:52 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-02-11 21:27:52 +0000 |
commit | 7622e0de3863a3f18e029446b73a0802a54bb61b (patch) | |
tree | 8270528c42738dd8564ed3c443aa958aa4acfd04 /x11 | |
parent | fa207f34e2387b1da5ea8305fb86f84f397df018 (diff) | |
download | pkgsrc-7622e0de3863a3f18e029446b73a0802a54bb61b.tar.gz |
Drop the explicit libXt dependency - comes from QT.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kmessage/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kmessage/Makefile b/x11/kmessage/Makefile index 106ee583d54..4c51109e79c 100644 --- a/x11/kmessage/Makefile +++ b/x11/kmessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/02/11 21:22:29 markd Exp $ +# $NetBSD: Makefile,v 1.24 2009/02/11 21:27:52 markd Exp $ DISTNAME= kmessage-0.1 PKGREVISION= 13 @@ -19,5 +19,4 @@ GNU_CONFIGURE= YES .include "../../meta-pkgs/kde3/kde3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" -.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |