diff options
author | markd <markd@pkgsrc.org> | 2004-04-23 12:05:58 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-04-23 12:05:58 +0000 |
commit | f4b39d9825904b295f07631dd5d98dce41b374c1 (patch) | |
tree | 67e0837647029b496d052249e3678059226e24e1 /mail | |
parent | 8950a4eda313f65de439d54c21142167d213e307 (diff) | |
download | pkgsrc-f4b39d9825904b295f07631dd5d98dce41b374c1.tar.gz |
bl3ify
Diffstat (limited to 'mail')
-rw-r--r-- | mail/kbiff/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 0e7e9756a72..61256d122aa 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/03/26 02:27:44 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/23 12:09:00 markd Exp $ DISTNAME= kbiff-3.7 PKGREVISION= 1 @@ -10,11 +10,11 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.granroth.org/kbiff/index.html COMMENT= A new mail notification utility for KDE -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ GNU_CONFIGURE= yes -.include "../../meta-pkgs/kde3/buildlink2.mk" -.include "../../x11/kdelibs3/buildlink2.mk" +.include "../../meta-pkgs/kde3/kde3.mk" +.include "../../x11/kdelibs3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |