diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-11 10:57:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-11 10:57:08 +0000 |
commit | 5def3ce30272b4afc8f693c5dc203758ab361aad (patch) | |
tree | b10832402f8e22e046835881d16525294f9fa29a | |
parent | d6bc55168b467e28d8a2d2611eda9442feb8566b (diff) | |
download | pkgsrc-5def3ce30272b4afc8f693c5dc203758ab361aad.tar.gz |
Modular Xorg support.
-rw-r--r-- | mail/kbiff/Makefile | 7 | ||||
-rw-r--r-- | print/kbibtex/Makefile | 7 |
2 files changed, 12 insertions, 2 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" diff --git a/print/kbibtex/Makefile b/print/kbibtex/Makefile index 9d35718a7cb..f30fb75de0e 100644 --- a/print/kbibtex/Makefile +++ b/print/kbibtex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/11/20 10:23:15 markd Exp $ +# $NetBSD: Makefile,v 1.5 2007/01/11 10:57:08 joerg Exp $ DISTNAME= kbibtex-0.1.5 PKGREVISION= 1 @@ -20,6 +20,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" |