summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-08-09 20:28:10 +0000
committertnn <tnn@pkgsrc.org>2007-08-09 20:28:10 +0000
commit6bff41409fb52299177272d4c7707271cf0e692a (patch)
tree4d53f583c29c2db937bbf0f424594703711d21f3 /security
parentf5556d4538d423e687bd1aa581d88162e41dae4e (diff)
downloadpkgsrc-6bff41409fb52299177272d4c7707271cf0e692a.tar.gz
for modular, also needs libSM.
Diffstat (limited to 'security')
-rw-r--r--security/ssh2/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh2/options.mk b/security/ssh2/options.mk
index 22f3547eac7..eeb0c8e7d76 100644
--- a/security/ssh2/options.mk
+++ b/security/ssh2/options.mk
@@ -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 @@ PKG_SUGGESTED_OPTIONS= x11
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"