diff options
author | joerg <joerg> | 2007-01-11 10:57:08 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-11 10:57:08 +0000 |
commit | 7bee225d8d265afd47d6da626b4c86d7b2ef38e9 (patch) | |
tree | b10832402f8e22e046835881d16525294f9fa29a /mail/kbiff | |
parent | 4850664f53f91d671ac2e27541d6948d14d876cc (diff) | |
download | pkgsrc-7bee225d8d265afd47d6da626b4c86d7b2ef38e9.tar.gz |
Modular Xorg support.
Diffstat (limited to 'mail/kbiff')
-rw-r--r-- | mail/kbiff/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 0b5dfc40447..076c408bdce 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/07/07 15:49:32 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2007/01/11 10:58:49 joerg Exp $ DISTNAME= kbiff-3.8 PKGREVISION= 3 @@ -16,6 +16,11 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes SHLIBTOOL_OVERRIDE= # empty +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" |