diff options
author | tnn <tnn> | 2007-08-09 20:28:10 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-08-09 20:28:10 +0000 |
commit | 8d5e928ff357d3d5943c6c2d5fb03cb48b494794 (patch) | |
tree | 4d53f583c29c2db937bbf0f424594703711d21f3 /security/ssh2 | |
parent | 622b693860bf1c760d1a2d060e1eea66ac02abf4 (diff) | |
download | pkgsrc-8d5e928ff357d3d5943c6c2d5fb03cb48b494794.tar.gz |
for modular, also needs libSM.
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/options.mk | 3 |
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" |