diff options
Diffstat (limited to 'security/ssh2/Makefile.common')
-rw-r--r-- | security/ssh2/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh2/Makefile.common b/security/ssh2/Makefile.common index 08a251fbc3f..39ca6c84d61 100644 --- a/security/ssh2/Makefile.common +++ b/security/ssh2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2005/06/01 18:03:21 jlam Exp $ +# $NetBSD: Makefile.common,v 1.14 2005/10/23 23:11:09 rillig Exp $ # DISTNAME= ssh-3.2.9.1 @@ -27,7 +27,7 @@ PLIST_SRC= ${.CURDIR}/../../security/ssh2/PLIST .if defined(USE_X11) PLIST_SUBST+= X11_SUPPORT= .else -PLIST_SUBST= X11_SUPPORT='@comment ' +PLIST_SUBST+= X11_SUPPORT='@comment ' .endif .include "../../mk/bsd.prefs.mk" |