pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ssh2 for modular, also needs libSM.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fced1cda1e4f
branches:  trunk
changeset: 532003:fced1cda1e4f
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Aug 09 20:28:10 2007 +0000

description:
for modular, also needs libSM.

diffstat:

 security/ssh2/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 80cc2a1bcce1 -r fced1cda1e4f security/ssh2/options.mk
--- a/security/ssh2/options.mk  Thu Aug 09 20:15:38 2007 +0000
+++ b/security/ssh2/options.mk  Thu Aug 09 20:28:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/08/09 20:15:38 tnn Exp $
+# $NetBSD: options.mk,v 1.3 2007/08/09 20:28:10 tnn Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ssh2
 PKG_SUPPORTED_OPTIONS= x11
@@ -10,6 +10,7 @@
 CONFIGURE_ARGS+=       --with-x
 PLIST_SUBST+=          X11_SUPPORT=
 .include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
 BUILDLINK_DEPMETHOD.libXt?=    build
 .include "../../x11/libXt/buildlink3.mk"
 .if ${X11_TYPE} == "modular"



Home | Main Index | Thread Index | Old Index