diff options
author | pst <pst@FreeBSD.org> | 1996-02-07 13:35:16 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-02-07 13:35:16 +0800 |
commit | 42d45b502ffdc3cba78e59ba54756a20cd228442 (patch) | |
tree | 9b2c00802e9b564485813706efa696d8eda24dd6 /security/ssh2 | |
parent | b9ffde45ed24395bc333e7e74eb46c968af00a03 (diff) | |
download | freebsd-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-af | 2 |
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 |