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 /security/kssh | |
parent | 8950a4eda313f65de439d54c21142167d213e307 (diff) | |
download | pkgsrc-f4b39d9825904b295f07631dd5d98dce41b374c1.tar.gz |
bl3ify
Diffstat (limited to 'security/kssh')
-rw-r--r-- | security/kssh/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/kssh/Makefile b/security/kssh/Makefile index 2c7939a536a..1c4a6157a21 100644 --- a/security/kssh/Makefile +++ b/security/kssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/03/26 02:27:52 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/23 12:13:07 markd Exp $ # DISTNAME= kssh-0.7 @@ -10,10 +10,12 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://kssh.sourceforge.net/ COMMENT= KDE Front-end to SSH -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ -.include "../../net/kdenetwork3/buildlink2.mk" +.include "../../meta-pkgs/kde3/kde3.mk" +.include "../../net/kdenetwork3/buildlink3.mk" +.include "../../x11/kdelibs3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |