aboutsummaryrefslogtreecommitdiffstats
path: root/security/ssh2
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-02-07 13:35:16 +0800
committerpst <pst@FreeBSD.org>1996-02-07 13:35:16 +0800
commit42d45b502ffdc3cba78e59ba54756a20cd228442 (patch)
tree9b2c00802e9b564485813706efa696d8eda24dd6 /security/ssh2
parentb9ffde45ed24395bc333e7e74eb46c968af00a03 (diff)
downloadfreebsd-ports-gnome-42d45b502ffdc3cba78e59ba54756a20cd228442.tar.gz
freebsd-ports-gnome-42d45b502ffdc3cba78e59ba54756a20cd228442.tar.zst
freebsd-ports-gnome-42d45b502ffdc3cba78e59ba54756a20cd228442.zip
Fix patch typo.
Found by: Andrzej Tobola <san@iem.pw.edu.pl>
Diffstat (limited to 'security/ssh2')
-rw-r--r--security/ssh2/files/patch-af2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh2/files/patch-af b/security/ssh2/files/patch-af
index 66956019cca8..4d5296a7dda3 100644
--- a/security/ssh2/files/patch-af
+++ b/security/ssh2/files/patch-af
@@ -33,7 +33,7 @@ that these two patches replace was unmaintainable and overly drastic.
ZLIBDIR = zlib095
! ZLIBINCDIR = $(ZLIBDIR)
! ZLIBLIBDIR = $(ZLIBDIR)
-! ZLIBDEP = $(ZLIBINCDIR)/libz.h $(ZLIBLIBDIR)/libz.a
+! ZLIBDEP = $(ZLIBINCDIR)/zlib.h $(ZLIBLIBDIR)/libz.a
! ZLIBLIBS = -L$(ZLIBLIBDIR) -lz
RSAREFDIR = rsaref2