summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-27 22:03:53 +0000
committerjoerg <joerg>2010-01-27 22:03:53 +0000
commit5d6eb297b801f452078e729f1f165537d1ee6224 (patch)
tree1b93d0e253e0a4c62c1256b737f32ff3eaec02a5 /security
parentf2e85165a32a9fc9002de8ea8fabd53e337a30ab (diff)
downloadpkgsrc-5d6eb297b801f452078e729f1f165537d1ee6224.tar.gz
DESTDIR support. Fix libXt dependency. Bump revision.
Diffstat (limited to 'security')
-rw-r--r--security/kssh/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/kssh/Makefile b/security/kssh/Makefile
index cee0aeb9002..6a06008e6aa 100644
--- a/security/kssh/Makefile
+++ b/security/kssh/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2010/01/18 09:59:25 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2010/01/27 22:03:53 joerg Exp $
#
DISTNAME= kssh-0.7
-PKGREVISION= 21
+PKGREVISION= 22
CATEGORIES= security kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kssh/}
@@ -10,13 +10,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kssh.sourceforge.net/
COMMENT= KDE Front-end to SSH
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-BUILDLINK_DEPMETHOD.libXt?= build
-
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../net/kdenetwork3/buildlink3.mk"