diff options
author | markd <markd@pkgsrc.org> | 2004-07-28 13:18:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-07-28 13:18:11 +0000 |
commit | 69356e8ad6ff54954bd9f075d874587b19d79eed (patch) | |
tree | 62286089e4f5658c8fa18e09c9d3e482a092d3c4 /security/kssh | |
parent | b7fd61048649d8e0ddd9b9c2d931c01572330e58 (diff) | |
download | pkgsrc-69356e8ad6ff54954bd9f075d874587b19d79eed.tar.gz |
USE_LANGUAGES=c c++ ; USE_LIBTOOL=yes
Diffstat (limited to 'security/kssh')
-rw-r--r-- | security/kssh/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/kssh/Makefile b/security/kssh/Makefile index 076087ba891..f0b15655905 100644 --- a/security/kssh/Makefile +++ b/security/kssh/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2004/05/07 01:14:49 xtraeme Exp $ +# $NetBSD: Makefile,v 1.14 2004/07/28 13:18:11 markd Exp $ # DISTNAME= kssh-0.7 PKGREVISION= 7 -CATEGORIES= security +CATEGORIES= security kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kssh/} MAINTAINER= tech-pkg@NetBSD.org @@ -11,9 +11,10 @@ HOMEPAGE= http://kssh.sourceforge.net/ COMMENT= KDE Front-end to SSH USE_BUILDLINK3= YES -GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ +USE_LIBTOOL= YES +GNU_CONFIGURE= YES .include "../../meta-pkgs/kde3/kde3.mk" .include "../../net/kdenetwork3/buildlink3.mk" |