diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-11 11:17:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-11 11:17:51 +0000 |
commit | f1998221ed4bc05ee8c938d38f00473ff7cf7964 (patch) | |
tree | 1324bd5b5e743f4bd6c5b15f37495992d82b006c /x11/kmessage | |
parent | f5b5bf3d06b3ce5a43db5870e67e31b5be374bdd (diff) | |
download | pkgsrc-f1998221ed4bc05ee8c938d38f00473ff7cf7964.tar.gz |
Modular Xorg support.
Diffstat (limited to 'x11/kmessage')
-rw-r--r-- | x11/kmessage/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/kmessage/Makefile b/x11/kmessage/Makefile index f736bc9b981..bd11d0637f0 100644 --- a/x11/kmessage/Makefile +++ b/x11/kmessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/17 13:46:59 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2007/01/11 11:20:37 joerg Exp $ DISTNAME= kmessage-0.1 PKGREVISION= 8 @@ -14,6 +14,11 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES +BUILDLINK_DEPMETHOD.libXt?= build + .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |