diff options
author | des <des@FreeBSD.org> | 2002-06-05 21:28:47 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-06-05 21:28:47 +0000 |
commit | 88a7e468293a95c5d583a7bfc4f0230a8256d7b4 (patch) | |
tree | 524051e6255a32764dcf8ffa6ac9c2f4c321a851 /usr.bin/fetch | |
parent | 694ae4fc45588445f667322288d730f7c990fae6 (diff) | |
download | FreeBSD-src-88a7e468293a95c5d583a7bfc4f0230a8256d7b4.zip FreeBSD-src-88a7e468293a95c5d583a7bfc4f0230a8256d7b4.tar.gz |
Figures they had to call it NOCRYPT instead of NOCRYPTO.
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r-- | usr.bin/fetch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index 06b0fa8..12746a4 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -4,7 +4,7 @@ MAINTAINER= des@freebsd.org PROG= fetch DPADD= ${LIBFETCH} LDADD= -lfetch -.if !defined(NOCRYPTO) +.if !defined(NOCRYPT) DPADD+= ${LIBCRYPTO} ${LIBSSL} LDADD+= -lcrypto -lssl .endif |